Shades of Deep Cerise #DF3097
Tints of Deep Cerise #DF3097
RGB
CMYK
RGB Variations
Color information
#DF3097 (or 0xDF3097) is known color: Deep Cerise. HEX triplet: DF, 30 and 97. RGB value is (223,48,151). Sum of RGB (Red+Green+Blue) = 223+48+151=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3097 is #20CF68. Grayscale: #6F6F6F. Windows color (decimal): -2150249 or 9908447. OLE color: 9908447.
HSL color Cylindrical-coordinate representation of color #DF3097: hue angle of 324.69º 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 #DF3097 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 151 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.13 |
| HSL | 324.69º | 0.73% | 0.53% | - |
| HSV(B) | 324.69º | 0.78% | 0.87% | - |
| XYZ | 37.07 | 20.04 | 31.19 | - |
| YUV | 112.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 151 | 0 | 0.78 | 0.32 | 0.13 | 324.69 | 0.73 | 0.53 |
| Hex | DF | 30 | 97 | 0 | 4E | 20 | D | 145 | 49 | 35 |
| Octal | 337 | 60 | 227 | 0 | 116 | 40 | 15 | 505 | 111 | 65 |
| Binary | 11011111 | 110000 | 10010111 | 0 | 1001110 | 100000 | 1101 | 101000101 | 1001001 | 110101 |
Color Harmonies of #DF3097
Complementary color
Monochromatic Colors of #DF3097
Black with #DF3097
Text Example
Text Example
White with #DF3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3097; }
p { color: rgb(223,48,151); }
H1.HeaderClassName
{
color: #DF3097;
}
.AnyTagClassName
{
color: #DF3097;
}
</style>
background-color css
<style>
a { background-color: #DF3097; }
a { background-color: rgb(223,48,151); }
div.DivClassName
{
background-color: #DF3097;
}
.BgClassName
{
background-color: #DF3097;
}
</style>
border-color css
<style>
span { border-color: #DF3097; }
span { border-color: rgb(223,48,151); }
td.TdClassName
{
border-color: #DF3097;
}
.TagClassName
{
border-color: #DF3097;
}
</style>