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