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