Shades of Deep Cerise #DF3E81
Tints of Deep Cerise #DF3E81
RGB
CMYK
RGB Variations
Color information
#DF3E81 (or 0xDF3E81) is known color: Deep Cerise. HEX triplet: DF, 3E and 81. RGB value is (223,62,129). Sum of RGB (Red+Green+Blue) = 223+62+129=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3E81 is #20C17E. Grayscale: #757575. Windows color (decimal): -2146687 or 8470239. OLE color: 8470239.
HSL color Cylindrical-coordinate representation of color #DF3E81: hue angle of 335.03º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E81 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 129 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.13 |
| HSL | 335.03º | 0.72% | 0.56% | - |
| HSV(B) | 335.03º | 0.72% | 0.87% | - |
| XYZ | 36.12 | 20.72 | 22.86 | - |
| YUV | 117.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 129 | 0 | 0.72 | 0.42 | 0.13 | 335.03 | 0.72 | 0.56 |
| Hex | DF | 3E | 81 | 0 | 48 | 2A | D | 14F | 48 | 38 |
| Octal | 337 | 76 | 201 | 0 | 110 | 52 | 15 | 517 | 110 | 70 |
| Binary | 11011111 | 111110 | 10000001 | 0 | 1001000 | 101010 | 1101 | 101001111 | 1001000 | 111000 |
Color Harmonies of #DF3E81
Complementary color
Monochromatic Colors of #DF3E81
Black with #DF3E81
Text Example
Text Example
White with #DF3E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E81; }
p { color: rgb(223,62,129); }
H1.HeaderClassName
{
color: #DF3E81;
}
.AnyTagClassName
{
color: #DF3E81;
}
</style>
background-color css
<style>
a { background-color: #DF3E81; }
a { background-color: rgb(223,62,129); }
div.DivClassName
{
background-color: #DF3E81;
}
.BgClassName
{
background-color: #DF3E81;
}
</style>
border-color css
<style>
span { border-color: #DF3E81; }
span { border-color: rgb(223,62,129); }
td.TdClassName
{
border-color: #DF3E81;
}
.TagClassName
{
border-color: #DF3E81;
}
</style>