Html Css Color HEX #D9A0DC Plum

📋 copy color: '#D9A0DC'

red 217 ◦ green 160 ◦ blue 220

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

Shades of Plum #D9A0DC

Tints of Plum #D9A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 36.35%
G = 26.8%
B = 36.85%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9A0DC (or 0xD9A0DC) is known color: Plum. HEX triplet: D9, A0 and DC. RGB value is (217,160,220). Sum of RGB (Red+Green+Blue) = 217+160+220=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0DC is #265F23. Grayscale: #B7B7B7. Windows color (decimal): -2514724 or 14459097. OLE color: 14459097.

HSL color Cylindrical-coordinate representation of color #D9A0DC: hue angle of 297º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9A0DC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 160 220 -
CMYK 0.01 0.27 0 0.14
HSL 297º 0.46% 0.75% -
HSV(B) 297º 0.27% 0.86% -
XYZ 54.1 45.06 73.56 -
YUV 183.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 217 160 220 0.01 0.27 0 0.14 297 0.46 0.75
Hex D9 A0 DC 1 1B 0 E 129 2E 4B
Octal 331 240 334 1 33 0 16 451 56 113
Binary 11011001 10100000 11011100 1 11011 0 1110 100101001 101110 1001011

Color Harmonies of #D9A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0DC

Black with #D9A0DC

Text Example


Text Example

White with #D9A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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