Shades of Deep Cerise #DF3390
Tints of Deep Cerise #DF3390
RGB
CMYK
RGB Variations
Color information
#DF3390 (or 0xDF3390) is known color: Deep Cerise. HEX triplet: DF, 33 and 90. RGB value is (223,51,144). Sum of RGB (Red+Green+Blue) = 223+51+144=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3390 is #20CC6F. Grayscale: #707070. Windows color (decimal): -2149488 or 9450463. OLE color: 9450463.
HSL color Cylindrical-coordinate representation of color #DF3390: hue angle of 327.56º 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 #DF3390 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 144 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.13 |
| HSL | 327.56º | 0.73% | 0.54% | - |
| HSV(B) | 327.56º | 0.77% | 0.87% | - |
| XYZ | 36.65 | 20.07 | 28.33 | - |
| YUV | 113.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 144 | 0 | 0.77 | 0.35 | 0.13 | 327.56 | 0.73 | 0.54 |
| Hex | DF | 33 | 90 | 0 | 4D | 23 | D | 148 | 49 | 36 |
| Octal | 337 | 63 | 220 | 0 | 115 | 43 | 15 | 510 | 111 | 66 |
| Binary | 11011111 | 110011 | 10010000 | 0 | 1001101 | 100011 | 1101 | 101001000 | 1001001 | 110110 |
Color Harmonies of #DF3390
Complementary color
Monochromatic Colors of #DF3390
Black with #DF3390
Text Example
Text Example
White with #DF3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3390; }
p { color: rgb(223,51,144); }
H1.HeaderClassName
{
color: #DF3390;
}
.AnyTagClassName
{
color: #DF3390;
}
</style>
background-color css
<style>
a { background-color: #DF3390; }
a { background-color: rgb(223,51,144); }
div.DivClassName
{
background-color: #DF3390;
}
.BgClassName
{
background-color: #DF3390;
}
</style>
border-color css
<style>
span { border-color: #DF3390; }
span { border-color: rgb(223,51,144); }
td.TdClassName
{
border-color: #DF3390;
}
.TagClassName
{
border-color: #DF3390;
}
</style>