#DF95CE

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

Shades of Plum #DF95CE

Tints of Plum #DF95CE

Color information

#DF95CE (or 0xDF95CE) is unknown color: approx Plum. HEX triplet: DF, 95 and CE. RGB value is (223,149,206). Sum of RGB (Red+Green+Blue) = 223+149+206=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95CE is #206A31. Grayscale: #B1B1B1. Windows color (decimal): -2124338 or 13538783. OLE color: 13538783.

HSL color Cylindrical-coordinate representation of color #DF95CE: hue angle of 313.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95CE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223149206-
CMYK00.330.080.13
HSL313.78º53.62%72.94%-
HSV(B)313.78º33.18%87.45%-
XYZ52.3241.6463.67-
YUV177.62144.02160.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=38.58%
G=25.78%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314920600.330.080.13313.7853.6272.94
HexDF95CE0218D13a3649
Octal337225316041101547266111
Binary1101111110010101110011100100001100011011001110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95CE; }

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

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

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

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

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

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

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

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