Shades of Plum #DF95CE
Tints of Plum #DF95CE
RGB
CMYK
RGB Variations
Color information
#DF95CE (or 0xDF95CE) is known color: 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
| RGB | 223 | 149 | 206 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.13 |
| HSL | 313.78º | 0.54% | 0.73% | - |
| HSV(B) | 313.78º | 0.33% | 0.87% | - |
| XYZ | 52.32 | 41.64 | 63.67 | - |
| YUV | 177.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 206 | 0 | 0.33 | 0.08 | 0.13 | 313.78 | 0.54 | 0.73 |
| Hex | DF | 95 | CE | 0 | 21 | 8 | D | 13A | 36 | 49 |
| Octal | 337 | 225 | 316 | 0 | 41 | 10 | 15 | 472 | 66 | 111 |
| Binary | 11011111 | 10010101 | 11001110 | 0 | 100001 | 1000 | 1101 | 100111010 | 110110 | 1001001 |
Color Harmonies of #DF95CE
Complementary color
Monochromatic Colors of #DF95CE
Black with #DF95CE
Text Example
Text Example
White with #DF95CE
Text Example
Text Example
HTML Codes & Css Web 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>