Html Css Color HEX #D9A0CC Plum

📋 copy color: '#D9A0CC'

red 217 ◦ green 160 ◦ blue 204

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

Shades of Plum #D9A0CC

Tints of Plum #D9A0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 37.35%
G = 27.54%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A0CC (or 0xD9A0CC) is known color: Plum. HEX triplet: D9, A0 and CC. RGB value is (217,160,204). Sum of RGB (Red+Green+Blue) = 217+160+204=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CC is #265F33. Grayscale: #B5B5B5. Windows color (decimal): -2514740 or 13410521. OLE color: 13410521.

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

Color convert

RGB 217 160 204 -
CMYK 0 0.26 0.06 0.15
HSL 313.68º 0.43% 0.74% -
HSV(B) 313.68º 0.26% 0.85% -
XYZ 52.09 44.25 62.92 -
YUV 182.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 217 160 204 0 0.26 0.06 0.15 313.68 0.43 0.74
Hex D9 A0 CC 0 1A 6 F 13A 2B 4A
Octal 331 240 314 0 32 6 17 472 53 112
Binary 11011001 10100000 11001100 0 11010 110 1111 100111010 101011 1001010

Color Harmonies of #D9A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0CC

Black with #D9A0CC

Text Example


Text Example

White with #D9A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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