Html Css Color HEX #D9A7DC Plum

📋 copy color: '#D9A7DC'

red 217 ◦ green 167 ◦ blue 220

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

Shades of Plum #D9A7DC

Tints of Plum #D9A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.65%

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

R = 35.93%
G = 27.65%
B = 36.42%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9A7DC (or 0xD9A7DC) is known color: Plum. HEX triplet: D9, A7 and DC. RGB value is (217,167,220). Sum of RGB (Red+Green+Blue) = 217+167+220=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7DC is #265823. Grayscale: #BBBBBB. Windows color (decimal): -2512932 or 14460889. OLE color: 14460889.

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

Color convert

RGB 217 167 220 -
CMYK 0.01 0.24 0 0.14
HSL 296.6º 0.43% 0.76% -
HSV(B) 296.6º 0.24% 0.86% -
XYZ 55.35 47.56 73.97 -
YUV 187.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 217 167 220 0.01 0.24 0 0.14 296.6 0.43 0.76
Hex D9 A7 DC 1 18 0 E 129 2B 4C
Octal 331 247 334 1 30 0 16 451 53 114
Binary 11011001 10100111 11011100 1 11000 0 1110 100101001 101011 1001100

Color Harmonies of #D9A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A7DC

Black with #D9A7DC

Text Example


Text Example

White with #D9A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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