#D8A1CF

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

Shades of Plum #D8A1CF

Tints of Plum #D8A1CF

Color information

#D8A1CF (or 0xD8A1CF) is unknown color: approx Plum. HEX triplet: D8, A1 and CF. RGB value is (216,161,207). Sum of RGB (Red+Green+Blue) = 216+161+207=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1CF is #275E30. Grayscale: #B6B6B6. Windows color (decimal): -2580017 or 13607384. OLE color: 13607384.

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

Color convert

RGB216161207-
CMYK00.250.040.15
HSL309.82º41.35%73.92%-
HSV(B)309.82º25.46%84.71%-
XYZ52.3344.5964.88-
YUV182.69141.72151.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=36.99%
G=27.57%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616120700.250.040.15309.8241.3573.92
HexD8A1CF0194F136294a
Octal33024131703141746651112
Binary11011000101000011100111101100110011111001101101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1CF; }

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

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

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

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

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

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

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

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