Html Css Color HEX #D9A0CE Plum

📋 copy color: '#D9A0CE'

red 217 ◦ green 160 ◦ blue 206

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

Shades of Plum #D9A0CE

Tints of Plum #D9A0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 37.22%
G = 27.44%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9A0CE (or 0xD9A0CE) is known color: Plum. HEX triplet: D9, A0 and CE. RGB value is (217,160,206). Sum of RGB (Red+Green+Blue) = 217+160+206=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CE is #265F31. Grayscale: #B6B6B6. Windows color (decimal): -2514738 or 13541593. OLE color: 13541593.

HSL color Cylindrical-coordinate representation of color #D9A0CE: hue angle of 311.58º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0CE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 206 -
CMYK 0 0.26 0.05 0.15
HSL 311.58º 0.43% 0.74% -
HSV(B) 311.58º 0.26% 0.85% -
XYZ 52.33 44.35 64.19 -
YUV 182.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 217 160 206 0 0.26 0.05 0.15 311.58 0.43 0.74
Hex D9 A0 CE 0 1A 5 F 138 2B 4A
Octal 331 240 316 0 32 5 17 470 53 112
Binary 11011001 10100000 11001110 0 11010 101 1111 100111000 101011 1001010

Color Harmonies of #D9A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0CE

Black with #D9A0CE

Text Example


Text Example

White with #D9A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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