Html Css Color HEX #D9A2DC Plum

📋 copy color: '#D9A2DC'

red 217 ◦ green 162 ◦ blue 220

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

Shades of Plum #D9A2DC

Tints of Plum #D9A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.05%

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

R = 36.23%
G = 27.05%
B = 36.73%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9A2DC (or 0xD9A2DC) is known color: Plum. HEX triplet: D9, A2 and DC. RGB value is (217,162,220). Sum of RGB (Red+Green+Blue) = 217+162+220=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2DC is #265D23. Grayscale: #B8B8B8. Windows color (decimal): -2514212 or 14459609. OLE color: 14459609.

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

Color convert

RGB 217 162 220 -
CMYK 0.01 0.26 0 0.14
HSL 296.9º 0.45% 0.75% -
HSV(B) 296.9º 0.26% 0.86% -
XYZ 54.45 45.76 73.67 -
YUV 185.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 217 162 220 0.01 0.26 0 0.14 296.9 0.45 0.75
Hex D9 A2 DC 1 1A 0 E 129 2D 4B
Octal 331 242 334 1 32 0 16 451 55 113
Binary 11011001 10100010 11011100 1 11010 0 1110 100101001 101101 1001011

Color Harmonies of #D9A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A2DC

Black with #D9A2DC

Text Example


Text Example

White with #D9A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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