Shades of Cerise #DF3660
Tints of Cerise #DF3660
RGB
CMYK
RGB Variations
Color information
#DF3660 (or 0xDF3660) is known color: Cerise. HEX triplet: DF, 36 and 60. RGB value is (223,54,96). Sum of RGB (Red+Green+Blue) = 223+54+96=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3660 is #20C99F. Grayscale: #6D6D6D. Windows color (decimal): -2148768 or 6305503. OLE color: 6305503.
HSL color Cylindrical-coordinate representation of color #DF3660: hue angle of 345.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3660 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 96 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.13 |
| HSL | 345.09º | 0.73% | 0.54% | - |
| HSV(B) | 345.09º | 0.76% | 0.87% | - |
| XYZ | 33.86 | 19.17 | 12.98 | - |
| YUV | 109.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 96 | 0 | 0.76 | 0.57 | 0.13 | 345.09 | 0.73 | 0.54 |
| Hex | DF | 36 | 60 | 0 | 4C | 39 | D | 159 | 49 | 36 |
| Octal | 337 | 66 | 140 | 0 | 114 | 71 | 15 | 531 | 111 | 66 |
| Binary | 11011111 | 110110 | 1100000 | 0 | 1001100 | 111001 | 1101 | 101011001 | 1001001 | 110110 |
Color Harmonies of #DF3660
Complementary color
Monochromatic Colors of #DF3660
Black with #DF3660
Text Example
Text Example
White with #DF3660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3660; }
p { color: rgb(223,54,96); }
H1.HeaderClassName
{
color: #DF3660;
}
.AnyTagClassName
{
color: #DF3660;
}
</style>
background-color css
<style>
a { background-color: #DF3660; }
a { background-color: rgb(223,54,96); }
div.DivClassName
{
background-color: #DF3660;
}
.BgClassName
{
background-color: #DF3660;
}
</style>
border-color css
<style>
span { border-color: #DF3660; }
span { border-color: rgb(223,54,96); }
td.TdClassName
{
border-color: #DF3660;
}
.TagClassName
{
border-color: #DF3660;
}
</style>