Html Css Color HEX #D9A8D8 Plum

📋 copy color: '#D9A8D8'

red 217 ◦ green 168 ◦ blue 216

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

Shades of Plum #D9A8D8

Tints of Plum #D9A8D8

RGB

 RED value IS 217 (85.16% from 255) = 36.11%

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

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 36.11%
G = 27.95%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D9A8D8 (or 0xD9A8D8) is known color: Plum. HEX triplet: D9, A8 and D8. RGB value is (217,168,216). Sum of RGB (Red+Green+Blue) = 217+168+216=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8D8 is #265727. Grayscale: #BBBBBB. Windows color (decimal): -2512680 or 14199001. OLE color: 14199001.

HSL color Cylindrical-coordinate representation of color #D9A8D8: hue angle of 301.22º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8D8 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 216 -
CMYK 0 0.23 0.00 0.15
HSL 301.22º 0.39% 0.75% -
HSV(B) 301.22º 0.23% 0.85% -
XYZ 55.01 47.71 71.28 -
YUV 188.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 217 168 216 0 0.23 0.00 0.15 301.22 0.39 0.75
Hex D9 A8 D8 0 17 0 F 12D 27 4B
Octal 331 250 330 0 27 0 17 455 47 113
Binary 11011001 10101000 11011000 0 10111 0 1111 100101101 100111 1001011

Color Harmonies of #D9A8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8D8

Black with #D9A8D8

Text Example


Text Example

White with #D9A8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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