Shades of Deep Cerise #DF309B
Tints of Deep Cerise #DF309B
RGB
CMYK
RGB Variations
Color information
#DF309B (or 0xDF309B) is known color: Deep Cerise. HEX triplet: DF, 30 and 9B. RGB value is (223,48,155). Sum of RGB (Red+Green+Blue) = 223+48+155=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF309B is #20CF64. Grayscale: #707070. Windows color (decimal): -2150245 or 10170591. OLE color: 10170591.
HSL color Cylindrical-coordinate representation of color #DF309B: hue angle of 323.31º 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 #DF309B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 155 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.13 |
| HSL | 323.31º | 0.73% | 0.53% | - |
| HSV(B) | 323.31º | 0.78% | 0.87% | - |
| XYZ | 37.4 | 20.17 | 32.93 | - |
| YUV | 112.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 155 | 0 | 0.78 | 0.30 | 0.13 | 323.31 | 0.73 | 0.53 |
| Hex | DF | 30 | 9B | 0 | 4E | 1E | D | 143 | 49 | 35 |
| Octal | 337 | 60 | 233 | 0 | 116 | 36 | 15 | 503 | 111 | 65 |
| Binary | 11011111 | 110000 | 10011011 | 0 | 1001110 | 11110 | 1101 | 101000011 | 1001001 | 110101 |
Color Harmonies of #DF309B
Complementary color
Monochromatic Colors of #DF309B
Black with #DF309B
Text Example
Text Example
White with #DF309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF309B; }
p { color: rgb(223,48,155); }
H1.HeaderClassName
{
color: #DF309B;
}
.AnyTagClassName
{
color: #DF309B;
}
</style>
background-color css
<style>
a { background-color: #DF309B; }
a { background-color: rgb(223,48,155); }
div.DivClassName
{
background-color: #DF309B;
}
.BgClassName
{
background-color: #DF309B;
}
</style>
border-color css
<style>
span { border-color: #DF309B; }
span { border-color: rgb(223,48,155); }
td.TdClassName
{
border-color: #DF309B;
}
.TagClassName
{
border-color: #DF309B;
}
</style>