Shades of Deep Cerise #DF3491
Tints of Deep Cerise #DF3491
RGB
CMYK
RGB Variations
Color information
#DF3491 (or 0xDF3491) is known color: Deep Cerise. HEX triplet: DF, 34 and 91. RGB value is (223,52,145). Sum of RGB (Red+Green+Blue) = 223+52+145=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3491 is #20CB6E. Grayscale: #717171. Windows color (decimal): -2149231 or 9516255. OLE color: 9516255.
HSL color Cylindrical-coordinate representation of color #DF3491: hue angle of 327.37º 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 #DF3491 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 145 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.13 |
| HSL | 327.37º | 0.73% | 0.54% | - |
| HSV(B) | 327.37º | 0.77% | 0.87% | - |
| XYZ | 36.77 | 20.19 | 28.75 | - |
| YUV | 113.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 145 | 0 | 0.77 | 0.35 | 0.13 | 327.37 | 0.73 | 0.54 |
| Hex | DF | 34 | 91 | 0 | 4D | 23 | D | 147 | 49 | 36 |
| Octal | 337 | 64 | 221 | 0 | 115 | 43 | 15 | 507 | 111 | 66 |
| Binary | 11011111 | 110100 | 10010001 | 0 | 1001101 | 100011 | 1101 | 101000111 | 1001001 | 110110 |
Color Harmonies of #DF3491
Complementary color
Monochromatic Colors of #DF3491
Black with #DF3491
Text Example
Text Example
White with #DF3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3491; }
p { color: rgb(223,52,145); }
H1.HeaderClassName
{
color: #DF3491;
}
.AnyTagClassName
{
color: #DF3491;
}
</style>
background-color css
<style>
a { background-color: #DF3491; }
a { background-color: rgb(223,52,145); }
div.DivClassName
{
background-color: #DF3491;
}
.BgClassName
{
background-color: #DF3491;
}
</style>
border-color css
<style>
span { border-color: #DF3491; }
span { border-color: rgb(223,52,145); }
td.TdClassName
{
border-color: #DF3491;
}
.TagClassName
{
border-color: #DF3491;
}
</style>