#D895CE

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

Shades of Plum #D895CE

Tints of Plum #D895CE

Color information

#D895CE (or 0xD895CE) is unknown color: approx Plum. HEX triplet: D8, 95 and CE. RGB value is (216,149,206). Sum of RGB (Red+Green+Blue) = 216+149+206=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D895CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895CE is #276A31. Grayscale: #AFAFAF. Windows color (decimal): -2583090 or 13538776. OLE color: 13538776.

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

Color convert

RGB216149206-
CMYK00.310.050.15
HSL308.96º46.21%71.57%-
HSV(B)308.96º31.02%84.71%-
XYZ50.2140.5563.57-
YUV175.53145.2156.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=37.83%
G=26.09%
B=36.08%

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
Decimal21614920600.310.050.15308.9646.2171.57
HexD895CE01F5F1352e48
Octal33022531603751746556110
Binary11011000100101011100111001111110111111001101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895CE; }

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

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

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

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

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

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

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

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