Html Css Color HEX #DBA3DE Plum

📋 copy color: '#DBA3DE'

red 219 ◦ green 163 ◦ blue 222

#DBA3DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DBA3DE

Tints of Plum #DBA3DE

RGB

 RED value IS 219 (85.94% from 255) = 36.26%

 GREEN value IS 163 (64.06% from 255) = 26.99%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 36.26%
G = 26.99%
B = 36.75%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBA3DE (or 0xDBA3DE) is known color: Plum. HEX triplet: DB, A3 and DE. RGB value is (219,163,222). Sum of RGB (Red+Green+Blue) = 219+163+222=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3DE is #245C21. Grayscale: #BABABA. Windows color (decimal): -2382882 or 14590939. OLE color: 14590939.

HSL color Cylindrical-coordinate representation of color #DBA3DE: hue angle of 296.95º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA3DE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 163 222 -
CMYK 0.01 0.27 0 0.13
HSL 296.95º 0.47% 0.75% -
HSV(B) 296.95º 0.27% 0.87% -
XYZ 55.5 46.53 75.16 -
YUV 186.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 219 163 222 0.01 0.27 0 0.13 296.95 0.47 0.75
Hex DB A3 DE 1 1B 0 D 129 2F 4B
Octal 333 243 336 1 33 0 15 451 57 113
Binary 11011011 10100011 11011110 1 11011 0 1101 100101001 101111 1001011

Color Harmonies of #DBA3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3DE

Black with #DBA3DE

Text Example


Text Example

White with #DBA3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3DE; }

 p { color: rgb(219,163,222); }

 H1.HeaderClassName
 {
   color: #DBA3DE;
 }
 .AnyTagClassName
 {
   color: #DBA3DE;
 }
</style>

background-color css

<style>
 a { background-color: #DBA3DE; }

 a { background-color: rgb(219,163,222); }

 div.DivClassName
 {
   background-color: #DBA3DE;
 }
 .BgClassName
 {
   background-color: #DBA3DE;
 }
</style>

border-color css

<style>
 span { border-color: #DBA3DE; }

 span { border-color: rgb(219,163,222); }

 td.TdClassName
 {
   border-color: #DBA3DE;
 }
 .TagClassName
 {
   border-color: #DBA3DE;
 }
</style>