Shades of Deep Cerise #DF3293
Tints of Deep Cerise #DF3293
RGB
CMYK
RGB Variations
Color information
#DF3293 (or 0xDF3293) is known color: Deep Cerise. HEX triplet: DF, 32 and 93. RGB value is (223,50,147). Sum of RGB (Red+Green+Blue) = 223+50+147=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3293 is #20CD6C. Grayscale: #707070. Windows color (decimal): -2149741 or 9646815. OLE color: 9646815.
HSL color Cylindrical-coordinate representation of color #DF3293: hue angle of 326.36º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3293 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 147 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.13 |
| HSL | 326.36º | 0.73% | 0.54% | - |
| HSV(B) | 326.36º | 0.78% | 0.87% | - |
| XYZ | 36.84 | 20.08 | 29.54 | - |
| YUV | 112.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 147 | 0 | 0.78 | 0.34 | 0.13 | 326.36 | 0.73 | 0.54 |
| Hex | DF | 32 | 93 | 0 | 4E | 22 | D | 146 | 49 | 36 |
| Octal | 337 | 62 | 223 | 0 | 116 | 42 | 15 | 506 | 111 | 66 |
| Binary | 11011111 | 110010 | 10010011 | 0 | 1001110 | 100010 | 1101 | 101000110 | 1001001 | 110110 |
Color Harmonies of #DF3293
Complementary color
Monochromatic Colors of #DF3293
Black with #DF3293
Text Example
Text Example
White with #DF3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3293; }
p { color: rgb(223,50,147); }
H1.HeaderClassName
{
color: #DF3293;
}
.AnyTagClassName
{
color: #DF3293;
}
</style>
background-color css
<style>
a { background-color: #DF3293; }
a { background-color: rgb(223,50,147); }
div.DivClassName
{
background-color: #DF3293;
}
.BgClassName
{
background-color: #DF3293;
}
</style>
border-color css
<style>
span { border-color: #DF3293; }
span { border-color: rgb(223,50,147); }
td.TdClassName
{
border-color: #DF3293;
}
.TagClassName
{
border-color: #DF3293;
}
</style>