Html Css Color HEX #D9A0DE Plum

📋 copy color: '#D9A0DE'

red 217 ◦ green 160 ◦ blue 222

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

Shades of Plum #D9A0DE

Tints of Plum #D9A0DE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.71%

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

R = 36.23%
G = 26.71%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9A0DE (or 0xD9A0DE) is known color: Plum. HEX triplet: D9, A0 and DE. RGB value is (217,160,222). Sum of RGB (Red+Green+Blue) = 217+160+222=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0DE is #265F21. Grayscale: #B7B7B7. Windows color (decimal): -2514722 or 14590169. OLE color: 14590169.

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

Color convert

RGB 217 160 222 -
CMYK 0.02 0.28 0 0.13
HSL 295.16º 0.48% 0.75% -
HSV(B) 295.16º 0.28% 0.87% -
XYZ 54.37 45.17 74.96 -
YUV 184.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 217 160 222 0.02 0.28 0 0.13 295.16 0.48 0.75
Hex D9 A0 DE 2 1C 0 D 127 30 4B
Octal 331 240 336 2 34 0 15 447 60 113
Binary 11011001 10100000 11011110 10 11100 0 1101 100100111 110000 1001011

Color Harmonies of #D9A0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0DE

Black with #D9A0DE

Text Example


Text Example

White with #D9A0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0DE; }

 p { color: rgb(217,160,222); }

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

background-color css

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

 a { background-color: rgb(217,160,222); }

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

border-color css

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

 span { border-color: rgb(217,160,222); }

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