Shades of Cerise #DA2C60
Tints of Cerise #DA2C60
RGB
CMYK
RGB Variations
Color information
#DA2C60 (or 0xDA2C60) is known color: Cerise. HEX triplet: DA, 2C and 60. RGB value is (218,44,96). Sum of RGB (Red+Green+Blue) = 218+44+96=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C60 is #25D39F. Grayscale: #656565. Windows color (decimal): -2479008 or 6302938. OLE color: 6302938.
HSL color Cylindrical-coordinate representation of color #DA2C60: hue angle of 342.07º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C60 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 96 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.15 |
| HSL | 342.07º | 0.7% | 0.51% | - |
| HSV(B) | 342.07º | 0.8% | 0.85% | - |
| XYZ | 31.93 | 17.55 | 12.77 | - |
| YUV | 101.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 96 | 0 | 0.80 | 0.56 | 0.15 | 342.07 | 0.7 | 0.51 |
| Hex | DA | 2C | 60 | 0 | 50 | 38 | F | 156 | 46 | 33 |
| Octal | 332 | 54 | 140 | 0 | 120 | 70 | 17 | 526 | 106 | 63 |
| Binary | 11011010 | 101100 | 1100000 | 0 | 1010000 | 111000 | 1111 | 101010110 | 1000110 | 110011 |
Color Harmonies of #DA2C60
Complementary color
Monochromatic Colors of #DA2C60
Black with #DA2C60
Text Example
Text Example
White with #DA2C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C60; }
p { color: rgb(218,44,96); }
H1.HeaderClassName
{
color: #DA2C60;
}
.AnyTagClassName
{
color: #DA2C60;
}
</style>
background-color css
<style>
a { background-color: #DA2C60; }
a { background-color: rgb(218,44,96); }
div.DivClassName
{
background-color: #DA2C60;
}
.BgClassName
{
background-color: #DA2C60;
}
</style>
border-color css
<style>
span { border-color: #DA2C60; }
span { border-color: rgb(218,44,96); }
td.TdClassName
{
border-color: #DA2C60;
}
.TagClassName
{
border-color: #DA2C60;
}
</style>