Shades of Deep Cerise #DF3F81
Tints of Deep Cerise #DF3F81
RGB
CMYK
RGB Variations
Color information
#DF3F81 (or 0xDF3F81) is known color: Deep Cerise. HEX triplet: DF, 3F and 81. RGB value is (223,63,129). Sum of RGB (Red+Green+Blue) = 223+63+129=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F81 is #20C07E. Grayscale: #767676. Windows color (decimal): -2146431 or 8470495. OLE color: 8470495.
HSL color Cylindrical-coordinate representation of color #DF3F81: hue angle of 335.25º degrees, saturation: 0.71, 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 #DF3F81 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 129 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.13 |
| HSL | 335.25º | 0.71% | 0.56% | - |
| HSV(B) | 335.25º | 0.72% | 0.87% | - |
| XYZ | 36.17 | 20.83 | 22.88 | - |
| YUV | 118.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 129 | 0 | 0.72 | 0.42 | 0.13 | 335.25 | 0.71 | 0.56 |
| Hex | DF | 3F | 81 | 0 | 48 | 2A | D | 14F | 47 | 38 |
| Octal | 337 | 77 | 201 | 0 | 110 | 52 | 15 | 517 | 107 | 70 |
| Binary | 11011111 | 111111 | 10000001 | 0 | 1001000 | 101010 | 1101 | 101001111 | 1000111 | 111000 |
Color Harmonies of #DF3F81
Complementary color
Monochromatic Colors of #DF3F81
Black with #DF3F81
Text Example
Text Example
White with #DF3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F81; }
p { color: rgb(223,63,129); }
H1.HeaderClassName
{
color: #DF3F81;
}
.AnyTagClassName
{
color: #DF3F81;
}
</style>
background-color css
<style>
a { background-color: #DF3F81; }
a { background-color: rgb(223,63,129); }
div.DivClassName
{
background-color: #DF3F81;
}
.BgClassName
{
background-color: #DF3F81;
}
</style>
border-color css
<style>
span { border-color: #DF3F81; }
span { border-color: rgb(223,63,129); }
td.TdClassName
{
border-color: #DF3F81;
}
.TagClassName
{
border-color: #DF3F81;
}
</style>