#D8A1D2

Color #D8A1D2 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D8A1D2

Tints of Plum #D8A1D2

Color information

#D8A1D2 (or 0xD8A1D2) is unknown color: approx Plum. HEX triplet: D8, A1 and D2. RGB value is (216,161,210). Sum of RGB (Red+Green+Blue) = 216+161+210=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1D2 is #275E2D. Grayscale: #B6B6B6. Windows color (decimal): -2580014 or 13803992. OLE color: 13803992.

HSL color Cylindrical-coordinate representation of color #D8A1D2: hue angle of 306.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1D2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216161210-
CMYK00.250.030.15
HSL306.55º41.35%73.92%-
HSV(B)306.55º25.46%84.71%-
XYZ52.744.7466.83-
YUV183.03143.22151.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=36.80%
G=27.43%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616121000.250.030.15306.5541.3573.92
HexD8A1D20193F133294a
Octal33024132203131746351112
Binary1101100010100001110100100110011111111001100111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1D2; }

 p { color: rgb(216,161,210); }

 H1.HeaderClassName
 {
   color: #D8A1D2;
 }
 .AnyTagClassName
 {
   color: #D8A1D2;
 }
</style>
background-color css

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

 a { background-color: rgb(216,161,210); }

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

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

 span { border-color: rgb(216,161,210); }

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