Shades of Cerise #DF3061
Tints of Cerise #DF3061
RGB
CMYK
RGB Variations
Color information
#DF3061 (or 0xDF3061) is known color: Cerise. HEX triplet: DF, 30 and 61. RGB value is (223,48,97). Sum of RGB (Red+Green+Blue) = 223+48+97=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3061 is #20CF9E. Grayscale: #696969. Windows color (decimal): -2150303 or 6369503. OLE color: 6369503.
HSL color Cylindrical-coordinate representation of color #DF3061: hue angle of 343.2º 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 #DF3061 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 97 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.13 |
| HSL | 343.2º | 0.73% | 0.53% | - |
| HSV(B) | 343.2º | 0.78% | 0.87% | - |
| XYZ | 33.65 | 18.66 | 13.14 | - |
| YUV | 105.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 97 | 0 | 0.78 | 0.57 | 0.13 | 343.2 | 0.73 | 0.53 |
| Hex | DF | 30 | 61 | 0 | 4E | 39 | D | 157 | 49 | 35 |
| Octal | 337 | 60 | 141 | 0 | 116 | 71 | 15 | 527 | 111 | 65 |
| Binary | 11011111 | 110000 | 1100001 | 0 | 1001110 | 111001 | 1101 | 101010111 | 1001001 | 110101 |
Color Harmonies of #DF3061
Complementary color
Monochromatic Colors of #DF3061
Black with #DF3061
Text Example
Text Example
White with #DF3061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3061; }
p { color: rgb(223,48,97); }
H1.HeaderClassName
{
color: #DF3061;
}
.AnyTagClassName
{
color: #DF3061;
}
</style>
background-color css
<style>
a { background-color: #DF3061; }
a { background-color: rgb(223,48,97); }
div.DivClassName
{
background-color: #DF3061;
}
.BgClassName
{
background-color: #DF3061;
}
</style>
border-color css
<style>
span { border-color: #DF3061; }
span { border-color: rgb(223,48,97); }
td.TdClassName
{
border-color: #DF3061;
}
.TagClassName
{
border-color: #DF3061;
}
</style>