Html Css Color HEX #DBA8D9 Plum

📋 copy color: '#DBA8D9'

red 219 ◦ green 168 ◦ blue 217

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

Shades of Plum #DBA8D9

Tints of Plum #DBA8D9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.81%

 BLUE value IS 217 (85.16% from 255) = 35.93%

R = 36.26%
G = 27.81%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBA8D9 (or 0xDBA8D9) is known color: Plum. HEX triplet: DB, A8 and D9. RGB value is (219,168,217). Sum of RGB (Red+Green+Blue) = 219+168+217=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D9 is #245726. Grayscale: #BCBCBC. Windows color (decimal): -2381607 or 14264539. OLE color: 14264539.

HSL color Cylindrical-coordinate representation of color #DBA8D9: hue angle of 302.35º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8D9 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 217 -
CMYK 0 0.23 0.01 0.14
HSL 302.35º 0.41% 0.76% -
HSV(B) 302.35º 0.23% 0.86% -
XYZ 55.74 48.08 71.99 -
YUV 188.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 219 168 217 0 0.23 0.01 0.14 302.35 0.41 0.76
Hex DB A8 D9 0 17 1 E 12E 29 4C
Octal 333 250 331 0 27 1 16 456 51 114
Binary 11011011 10101000 11011001 0 10111 1 1110 100101110 101001 1001100

Color Harmonies of #DBA8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8D9

Black with #DBA8D9

Text Example


Text Example

White with #DBA8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8D9; }

 p { color: rgb(219,168,217); }

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

background-color css

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

 a { background-color: rgb(219,168,217); }

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

border-color css

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

 span { border-color: rgb(219,168,217); }

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