Shades of Deep Cerise #DF3477
Tints of Deep Cerise #DF3477
RGB
CMYK
RGB Variations
Color information
#DF3477 (or 0xDF3477) is known color: Deep Cerise. HEX triplet: DF, 34 and 77. RGB value is (223,52,119). Sum of RGB (Red+Green+Blue) = 223+52+119=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3477 is #20CB88. Grayscale: #6E6E6E. Windows color (decimal): -2149257 or 7812319. OLE color: 7812319.
HSL color Cylindrical-coordinate representation of color #DF3477: hue angle of 336.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3477 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 119 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.13 |
| HSL | 336.49º | 0.73% | 0.54% | - |
| HSV(B) | 336.49º | 0.77% | 0.87% | - |
| XYZ | 34.99 | 19.48 | 19.37 | - |
| YUV | 110.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 119 | 0 | 0.77 | 0.47 | 0.13 | 336.49 | 0.73 | 0.54 |
| Hex | DF | 34 | 77 | 0 | 4D | 2F | D | 150 | 49 | 36 |
| Octal | 337 | 64 | 167 | 0 | 115 | 57 | 15 | 520 | 111 | 66 |
| Binary | 11011111 | 110100 | 1110111 | 0 | 1001101 | 101111 | 1101 | 101010000 | 1001001 | 110110 |
Color Harmonies of #DF3477
Complementary color
Monochromatic Colors of #DF3477
Black with #DF3477
Text Example
Text Example
White with #DF3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3477; }
p { color: rgb(223,52,119); }
H1.HeaderClassName
{
color: #DF3477;
}
.AnyTagClassName
{
color: #DF3477;
}
</style>
background-color css
<style>
a { background-color: #DF3477; }
a { background-color: rgb(223,52,119); }
div.DivClassName
{
background-color: #DF3477;
}
.BgClassName
{
background-color: #DF3477;
}
</style>
border-color css
<style>
span { border-color: #DF3477; }
span { border-color: rgb(223,52,119); }
td.TdClassName
{
border-color: #DF3477;
}
.TagClassName
{
border-color: #DF3477;
}
</style>