Html Css Color HEX #D9A1DC Plum

📋 copy color: '#D9A1DC'

red 217 ◦ green 161 ◦ blue 220

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

Shades of Plum #D9A1DC

Tints of Plum #D9A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.92%

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

R = 36.29%
G = 26.92%
B = 36.79%

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

#D9A1DC (or 0xD9A1DC) is known color: Plum. HEX triplet: D9, A1 and DC. RGB value is (217,161,220). Sum of RGB (Red+Green+Blue) = 217+161+220=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1DC is #265E23. Grayscale: #B8B8B8. Windows color (decimal): -2514468 or 14459353. OLE color: 14459353.

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

Color convert

RGB 217 161 220 -
CMYK 0.01 0.27 0 0.14
HSL 296.95º 0.46% 0.75% -
HSV(B) 296.95º 0.27% 0.86% -
XYZ 54.28 45.41 73.61 -
YUV 184.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 217 161 220 0.01 0.27 0 0.14 296.95 0.46 0.75
Hex D9 A1 DC 1 1B 0 E 129 2E 4B
Octal 331 241 334 1 33 0 16 451 56 113
Binary 11011001 10100001 11011100 1 11011 0 1110 100101001 101110 1001011

Color Harmonies of #D9A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1DC

Black with #D9A1DC

Text Example


Text Example

White with #D9A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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