#D896CE

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

Shades of Plum #D896CE

Tints of Plum #D896CE

Color information

#D896CE (or 0xD896CE) is unknown color: approx Plum. HEX triplet: D8, 96 and CE. RGB value is (216,150,206). Sum of RGB (Red+Green+Blue) = 216+150+206=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CE is #276931. Grayscale: #AFAFAF. Windows color (decimal): -2582834 or 13539032. OLE color: 13539032.

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

Color convert

RGB216150206-
CMYK00.310.050.15
HSL309.09º45.83%71.76%-
HSV(B)309.09º30.56%84.71%-
XYZ50.3740.8763.63-
YUV176.12144.87156.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=37.76%
G=26.22%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615020600.310.050.15309.0945.8371.76
HexD896CE01F5F1352e48
Octal33022631603751746556110
Binary11011000100101101100111001111110111111001101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896CE; }

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

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

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

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

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

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

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

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