Shades of Cerise #DA4060
Tints of Cerise #DA4060
RGB
CMYK
RGB Variations
Color information
#DA4060 (or 0xDA4060) is known color: Cerise. HEX triplet: DA, 40 and 60. RGB value is (218,64,96). Sum of RGB (Red+Green+Blue) = 218+64+96=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4060 is #25BF9F. Grayscale: #717171. Windows color (decimal): -2473888 or 6308058. OLE color: 6308058.
HSL color Cylindrical-coordinate representation of color #DA4060: hue angle of 347.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4060 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 96 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.15 |
| HSL | 347.53º | 0.68% | 0.55% | - |
| HSV(B) | 347.53º | 0.71% | 0.85% | - |
| XYZ | 32.86 | 19.42 | 13.08 | - |
| YUV | 113.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 96 | 0 | 0.71 | 0.56 | 0.15 | 347.53 | 0.68 | 0.55 |
| Hex | DA | 40 | 60 | 0 | 47 | 38 | F | 15C | 44 | 37 |
| Octal | 332 | 100 | 140 | 0 | 107 | 70 | 17 | 534 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1100000 | 0 | 1000111 | 111000 | 1111 | 101011100 | 1000100 | 110111 |
Color Harmonies of #DA4060
Complementary color
Monochromatic Colors of #DA4060
Black with #DA4060
Text Example
Text Example
White with #DA4060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4060; }
p { color: rgb(218,64,96); }
H1.HeaderClassName
{
color: #DA4060;
}
.AnyTagClassName
{
color: #DA4060;
}
</style>
background-color css
<style>
a { background-color: #DA4060; }
a { background-color: rgb(218,64,96); }
div.DivClassName
{
background-color: #DA4060;
}
.BgClassName
{
background-color: #DA4060;
}
</style>
border-color css
<style>
span { border-color: #DA4060; }
span { border-color: rgb(218,64,96); }
td.TdClassName
{
border-color: #DA4060;
}
.TagClassName
{
border-color: #DA4060;
}
</style>