Shades of Deep Cerise #DF309F
Tints of Deep Cerise #DF309F
RGB
CMYK
RGB Variations
Color information
#DF309F (or 0xDF309F) is known color: Deep Cerise. HEX triplet: DF, 30 and 9F. RGB value is (223,48,159). Sum of RGB (Red+Green+Blue) = 223+48+159=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF309F is #20CF60. Grayscale: #707070. Windows color (decimal): -2150241 or 10432735. OLE color: 10432735.
HSL color Cylindrical-coordinate representation of color #DF309F: hue angle of 321.94º 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 #DF309F is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 159 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.13 |
| HSL | 321.94º | 0.73% | 0.53% | - |
| HSV(B) | 321.94º | 0.78% | 0.87% | - |
| XYZ | 37.75 | 20.31 | 34.73 | - |
| YUV | 112.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 159 | 0 | 0.78 | 0.29 | 0.13 | 321.94 | 0.73 | 0.53 |
| Hex | DF | 30 | 9F | 0 | 4E | 1D | D | 142 | 49 | 35 |
| Octal | 337 | 60 | 237 | 0 | 116 | 35 | 15 | 502 | 111 | 65 |
| Binary | 11011111 | 110000 | 10011111 | 0 | 1001110 | 11101 | 1101 | 101000010 | 1001001 | 110101 |
Color Harmonies of #DF309F
Complementary color
Monochromatic Colors of #DF309F
Black with #DF309F
Text Example
Text Example
White with #DF309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF309F; }
p { color: rgb(223,48,159); }
H1.HeaderClassName
{
color: #DF309F;
}
.AnyTagClassName
{
color: #DF309F;
}
</style>
background-color css
<style>
a { background-color: #DF309F; }
a { background-color: rgb(223,48,159); }
div.DivClassName
{
background-color: #DF309F;
}
.BgClassName
{
background-color: #DF309F;
}
</style>
border-color css
<style>
span { border-color: #DF309F; }
span { border-color: rgb(223,48,159); }
td.TdClassName
{
border-color: #DF309F;
}
.TagClassName
{
border-color: #DF309F;
}
</style>