Shades of Deep Cerise #DF3096
Tints of Deep Cerise #DF3096
RGB
CMYK
RGB Variations
Color information
#DF3096 (or 0xDF3096) is known color: Deep Cerise. HEX triplet: DF, 30 and 96. RGB value is (223,48,150). Sum of RGB (Red+Green+Blue) = 223+48+150=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3096 is #20CF69. Grayscale: #6F6F6F. Windows color (decimal): -2150250 or 9842911. OLE color: 9842911.
HSL color Cylindrical-coordinate representation of color #DF3096: hue angle of 325.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3096 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 150 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.13 |
| HSL | 325.03º | 0.73% | 0.53% | - |
| HSV(B) | 325.03º | 0.78% | 0.87% | - |
| XYZ | 36.99 | 20 | 30.77 | - |
| YUV | 111.95 | 149.48 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 150 | 0 | 0.78 | 0.33 | 0.13 | 325.03 | 0.73 | 0.53 |
| Hex | DF | 30 | 96 | 0 | 4E | 21 | D | 145 | 49 | 35 |
| Octal | 337 | 60 | 226 | 0 | 116 | 41 | 15 | 505 | 111 | 65 |
| Binary | 11011111 | 110000 | 10010110 | 0 | 1001110 | 100001 | 1101 | 101000101 | 1001001 | 110101 |
Color Harmonies of #DF3096
Complementary color
Monochromatic Colors of #DF3096
Black with #DF3096
Text Example
Text Example
White with #DF3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3096; }
p { color: rgb(223,48,150); }
H1.HeaderClassName
{
color: #DF3096;
}
.AnyTagClassName
{
color: #DF3096;
}
</style>
background-color css
<style>
a { background-color: #DF3096; }
a { background-color: rgb(223,48,150); }
div.DivClassName
{
background-color: #DF3096;
}
.BgClassName
{
background-color: #DF3096;
}
</style>
border-color css
<style>
span { border-color: #DF3096; }
span { border-color: rgb(223,48,150); }
td.TdClassName
{
border-color: #DF3096;
}
.TagClassName
{
border-color: #DF3096;
}
</style>