#D8A1CE

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

Shades of Plum #D8A1CE

Tints of Plum #D8A1CE

Color information

#D8A1CE (or 0xD8A1CE) is unknown color: approx Plum. HEX triplet: D8, A1 and CE. RGB value is (216,161,206). Sum of RGB (Red+Green+Blue) = 216+161+206=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1CE is #275E31. Grayscale: #B6B6B6. Windows color (decimal): -2580018 or 13541848. OLE color: 13541848.

HSL color Cylindrical-coordinate representation of color #D8A1CE: hue angle of 310.91º 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 #D8A1CE is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216161206-
CMYK00.250.050.15
HSL310.91º41.35%73.92%-
HSV(B)310.91º25.46%84.71%-
XYZ52.244.5464.24-
YUV182.58141.22151.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=37.05%
G=27.62%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616120600.250.050.15310.9141.3573.92
HexD8A1CE0195F137294a
Octal33024131603151746751112
Binary11011000101000011100111001100110111111001101111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1CE; }

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

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

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

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

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

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

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

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