Shades of Deep Cerise #DF308F
Tints of Deep Cerise #DF308F
RGB
CMYK
RGB Variations
Color information
#DF308F (or 0xDF308F) is known color: Deep Cerise. HEX triplet: DF, 30 and 8F. RGB value is (223,48,143). Sum of RGB (Red+Green+Blue) = 223+48+143=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF308F is #20CF70. Grayscale: #6E6E6E. Windows color (decimal): -2150257 or 9384159. OLE color: 9384159.
HSL color Cylindrical-coordinate representation of color #DF308F: hue angle of 327.43º 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 #DF308F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 143 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.13 |
| HSL | 327.43º | 0.73% | 0.53% | - |
| HSV(B) | 327.43º | 0.78% | 0.87% | - |
| XYZ | 36.45 | 19.79 | 27.88 | - |
| YUV | 111.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 143 | 0 | 0.78 | 0.36 | 0.13 | 327.43 | 0.73 | 0.53 |
| Hex | DF | 30 | 8F | 0 | 4E | 24 | D | 147 | 49 | 35 |
| Octal | 337 | 60 | 217 | 0 | 116 | 44 | 15 | 507 | 111 | 65 |
| Binary | 11011111 | 110000 | 10001111 | 0 | 1001110 | 100100 | 1101 | 101000111 | 1001001 | 110101 |
Color Harmonies of #DF308F
Complementary color
Monochromatic Colors of #DF308F
Black with #DF308F
Text Example
Text Example
White with #DF308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF308F; }
p { color: rgb(223,48,143); }
H1.HeaderClassName
{
color: #DF308F;
}
.AnyTagClassName
{
color: #DF308F;
}
</style>
background-color css
<style>
a { background-color: #DF308F; }
a { background-color: rgb(223,48,143); }
div.DivClassName
{
background-color: #DF308F;
}
.BgClassName
{
background-color: #DF308F;
}
</style>
border-color css
<style>
span { border-color: #DF308F; }
span { border-color: rgb(223,48,143); }
td.TdClassName
{
border-color: #DF308F;
}
.TagClassName
{
border-color: #DF308F;
}
</style>