Shades of Deep Cerise #DF309E
Tints of Deep Cerise #DF309E
RGB
CMYK
RGB Variations
Color information
#DF309E (or 0xDF309E) is known color: Deep Cerise. HEX triplet: DF, 30 and 9E. RGB value is (223,48,158). Sum of RGB (Red+Green+Blue) = 223+48+158=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF309E is #20CF61. Grayscale: #707070. Windows color (decimal): -2150242 or 10367199. OLE color: 10367199.
HSL color Cylindrical-coordinate representation of color #DF309E: hue angle of 322.29º 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 #DF309E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 158 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.13 |
| HSL | 322.29º | 0.73% | 0.53% | - |
| HSV(B) | 322.29º | 0.78% | 0.87% | - |
| XYZ | 37.66 | 20.27 | 34.28 | - |
| YUV | 112.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 158 | 0 | 0.78 | 0.29 | 0.13 | 322.29 | 0.73 | 0.53 |
| Hex | DF | 30 | 9E | 0 | 4E | 1D | D | 142 | 49 | 35 |
| Octal | 337 | 60 | 236 | 0 | 116 | 35 | 15 | 502 | 111 | 65 |
| Binary | 11011111 | 110000 | 10011110 | 0 | 1001110 | 11101 | 1101 | 101000010 | 1001001 | 110101 |
Color Harmonies of #DF309E
Complementary color
Monochromatic Colors of #DF309E
Black with #DF309E
Text Example
Text Example
White with #DF309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF309E; }
p { color: rgb(223,48,158); }
H1.HeaderClassName
{
color: #DF309E;
}
.AnyTagClassName
{
color: #DF309E;
}
</style>
background-color css
<style>
a { background-color: #DF309E; }
a { background-color: rgb(223,48,158); }
div.DivClassName
{
background-color: #DF309E;
}
.BgClassName
{
background-color: #DF309E;
}
</style>
border-color css
<style>
span { border-color: #DF309E; }
span { border-color: rgb(223,48,158); }
td.TdClassName
{
border-color: #DF309E;
}
.TagClassName
{
border-color: #DF309E;
}
</style>