#D896CF

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

Shades of Plum #D896CF

Tints of Plum #D896CF

Color information

#D896CF (or 0xD896CF) is unknown color: approx Plum. HEX triplet: D8, 96 and CF. RGB value is (216,150,207). Sum of RGB (Red+Green+Blue) = 216+150+207=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CF is #276930. Grayscale: #B0B0B0. Windows color (decimal): -2582833 or 13604568. OLE color: 13604568.

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

Color convert

RGB216150207-
CMYK00.310.040.15
HSL308.18º45.83%71.76%-
HSV(B)308.18º30.56%84.71%-
XYZ50.4940.9264.27-
YUV176.23145.37156.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=37.70%
G=26.18%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615020700.310.040.15308.1845.8371.76
HexD896CF01F4F1342e48
Octal33022631703741746456110
Binary11011000100101101100111101111110011111001101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896CF; }

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

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

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

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

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

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

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

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