Shades of Deep Cerise #DF3576
Tints of Deep Cerise #DF3576
RGB
CMYK
RGB Variations
Color information
#DF3576 (or 0xDF3576) is known color: Deep Cerise. HEX triplet: DF, 35 and 76. RGB value is (223,53,118). Sum of RGB (Red+Green+Blue) = 223+53+118=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3576 is #20CA89. Grayscale: #6F6F6F. Windows color (decimal): -2149002 or 7747039. OLE color: 7747039.
HSL color Cylindrical-coordinate representation of color #DF3576: hue angle of 337.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3576 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 118 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.13 |
| HSL | 337.06º | 0.73% | 0.54% | - |
| HSV(B) | 337.06º | 0.76% | 0.87% | - |
| XYZ | 34.97 | 19.54 | 19.07 | - |
| YUV | 111.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 118 | 0 | 0.76 | 0.47 | 0.13 | 337.06 | 0.73 | 0.54 |
| Hex | DF | 35 | 76 | 0 | 4C | 2F | D | 151 | 49 | 36 |
| Octal | 337 | 65 | 166 | 0 | 114 | 57 | 15 | 521 | 111 | 66 |
| Binary | 11011111 | 110101 | 1110110 | 0 | 1001100 | 101111 | 1101 | 101010001 | 1001001 | 110110 |
Color Harmonies of #DF3576
Complementary color
Monochromatic Colors of #DF3576
Black with #DF3576
Text Example
Text Example
White with #DF3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3576; }
p { color: rgb(223,53,118); }
H1.HeaderClassName
{
color: #DF3576;
}
.AnyTagClassName
{
color: #DF3576;
}
</style>
background-color css
<style>
a { background-color: #DF3576; }
a { background-color: rgb(223,53,118); }
div.DivClassName
{
background-color: #DF3576;
}
.BgClassName
{
background-color: #DF3576;
}
</style>
border-color css
<style>
span { border-color: #DF3576; }
span { border-color: rgb(223,53,118); }
td.TdClassName
{
border-color: #DF3576;
}
.TagClassName
{
border-color: #DF3576;
}
</style>