#D8A5CF

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

Shades of Plum #D8A5CF

Tints of Plum #D8A5CF

Color information

#D8A5CF (or 0xD8A5CF) is unknown color: approx Plum. HEX triplet: D8, A5 and CF. RGB value is (216,165,207). Sum of RGB (Red+Green+Blue) = 216+165+207=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A5CF is #275A30. Grayscale: #B8B8B8. Windows color (decimal): -2578993 or 13608408. OLE color: 13608408.

HSL color Cylindrical-coordinate representation of color #D8A5CF: hue angle of 310.59º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A5CF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216165207-
CMYK00.240.040.15
HSL310.59º39.53%74.71%-
HSV(B)310.59º23.61%84.71%-
XYZ53.0446.0165.12-
YUV185.04140.4150.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=36.73%
G=28.06%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616520700.240.040.15310.5939.5374.71
HexD8A5CF0184F137284b
Octal33024531703041746750113
Binary11011000101001011100111101100010011111001101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A5CF; }

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

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

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

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

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

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

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

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