Html Css Color HEX #D9A8D5 Plum

📋 copy color: '#D9A8D5'

red 217 ◦ green 168 ◦ blue 213

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

Shades of Plum #D9A8D5

Tints of Plum #D9A8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 36.29%
G = 28.09%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9A8D5 (or 0xD9A8D5) is known color: Plum. HEX triplet: D9, A8 and D5. RGB value is (217,168,213). Sum of RGB (Red+Green+Blue) = 217+168+213=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8D5 is #26572A. Grayscale: #BBBBBB. Windows color (decimal): -2512683 or 14002393. OLE color: 14002393.

HSL color Cylindrical-coordinate representation of color #D9A8D5: hue angle of 304.9º 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 #D9A8D5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 213 -
CMYK 0 0.23 0.02 0.15
HSL 304.9º 0.39% 0.75% -
HSV(B) 304.9º 0.23% 0.85% -
XYZ 54.63 47.56 69.25 -
YUV 187.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 217 168 213 0 0.23 0.02 0.15 304.9 0.39 0.75
Hex D9 A8 D5 0 17 2 F 131 27 4B
Octal 331 250 325 0 27 2 17 461 47 113
Binary 11011001 10101000 11010101 0 10111 10 1111 100110001 100111 1001011

Color Harmonies of #D9A8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8D5

Black with #D9A8D5

Text Example


Text Example

White with #D9A8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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