Html Css Color HEX #D9A8DC Plum

📋 copy color: '#D9A8DC'

red 217 ◦ green 168 ◦ blue 220

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

Shades of Plum #D9A8DC

Tints of Plum #D9A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.77%

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

R = 35.87%
G = 27.77%
B = 36.36%

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

#D9A8DC (or 0xD9A8DC) is known color: Plum. HEX triplet: D9, A8 and DC. RGB value is (217,168,220). Sum of RGB (Red+Green+Blue) = 217+168+220=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8DC is #265723. Grayscale: #BCBCBC. Windows color (decimal): -2512676 or 14461145. OLE color: 14461145.

HSL color Cylindrical-coordinate representation of color #D9A8DC: hue angle of 296.54º 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 #D9A8DC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 168 220 -
CMYK 0.01 0.24 0 0.14
HSL 296.54º 0.43% 0.76% -
HSV(B) 296.54º 0.24% 0.86% -
XYZ 55.54 47.92 74.03 -
YUV 188.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 217 168 220 0.01 0.24 0 0.14 296.54 0.43 0.76
Hex D9 A8 DC 1 18 0 E 129 2B 4C
Octal 331 250 334 1 30 0 16 451 53 114
Binary 11011001 10101000 11011100 1 11000 0 1110 100101001 101011 1001100

Color Harmonies of #D9A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8DC

Black with #D9A8DC

Text Example


Text Example

White with #D9A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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