Shades of Cerise #DF3060
Tints of Cerise #DF3060
RGB
CMYK
RGB Variations
Color information
#DF3060 (or 0xDF3060) is known color: Cerise. HEX triplet: DF, 30 and 60. RGB value is (223,48,96). Sum of RGB (Red+Green+Blue) = 223+48+96=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3060 is #20CF9F. Grayscale: #696969. Windows color (decimal): -2150304 or 6303967. OLE color: 6303967.
HSL color Cylindrical-coordinate representation of color #DF3060: hue angle of 343.54º 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 #DF3060 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 96 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.13 |
| HSL | 343.54º | 0.73% | 0.53% | - |
| HSV(B) | 343.54º | 0.78% | 0.87% | - |
| XYZ | 33.6 | 18.65 | 12.89 | - |
| YUV | 105.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 96 | 0 | 0.78 | 0.57 | 0.13 | 343.54 | 0.73 | 0.53 |
| Hex | DF | 30 | 60 | 0 | 4E | 39 | D | 158 | 49 | 35 |
| Octal | 337 | 60 | 140 | 0 | 116 | 71 | 15 | 530 | 111 | 65 |
| Binary | 11011111 | 110000 | 1100000 | 0 | 1001110 | 111001 | 1101 | 101011000 | 1001001 | 110101 |
Color Harmonies of #DF3060
Complementary color
Monochromatic Colors of #DF3060
Black with #DF3060
Text Example
Text Example
White with #DF3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3060; }
p { color: rgb(223,48,96); }
H1.HeaderClassName
{
color: #DF3060;
}
.AnyTagClassName
{
color: #DF3060;
}
</style>
background-color css
<style>
a { background-color: #DF3060; }
a { background-color: rgb(223,48,96); }
div.DivClassName
{
background-color: #DF3060;
}
.BgClassName
{
background-color: #DF3060;
}
</style>
border-color css
<style>
span { border-color: #DF3060; }
span { border-color: rgb(223,48,96); }
td.TdClassName
{
border-color: #DF3060;
}
.TagClassName
{
border-color: #DF3060;
}
</style>