Shades of Cerise #DA2B60
Tints of Cerise #DA2B60
RGB
CMYK
RGB Variations
Color information
#DA2B60 (or 0xDA2B60) is known color: Cerise. HEX triplet: DA, 2B and 60. RGB value is (218,43,96). Sum of RGB (Red+Green+Blue) = 218+43+96=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2B60 is #25D49F. Grayscale: #656565. Windows color (decimal): -2479264 or 6302682. OLE color: 6302682.
HSL color Cylindrical-coordinate representation of color #DA2B60: hue angle of 341.83º 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 #DA2B60 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 96 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.15 |
| HSL | 341.83º | 0.7% | 0.51% | - |
| HSV(B) | 341.83º | 0.8% | 0.85% | - |
| XYZ | 31.89 | 17.48 | 12.76 | - |
| YUV | 101.37 | 124.98 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 96 | 0 | 0.80 | 0.56 | 0.15 | 341.83 | 0.7 | 0.51 |
| Hex | DA | 2B | 60 | 0 | 50 | 38 | F | 156 | 46 | 33 |
| Octal | 332 | 53 | 140 | 0 | 120 | 70 | 17 | 526 | 106 | 63 |
| Binary | 11011010 | 101011 | 1100000 | 0 | 1010000 | 111000 | 1111 | 101010110 | 1000110 | 110011 |
Color Harmonies of #DA2B60
Complementary color
Monochromatic Colors of #DA2B60
Black with #DA2B60
Text Example
Text Example
White with #DA2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B60; }
p { color: rgb(218,43,96); }
H1.HeaderClassName
{
color: #DA2B60;
}
.AnyTagClassName
{
color: #DA2B60;
}
</style>
background-color css
<style>
a { background-color: #DA2B60; }
a { background-color: rgb(218,43,96); }
div.DivClassName
{
background-color: #DA2B60;
}
.BgClassName
{
background-color: #DA2B60;
}
</style>
border-color css
<style>
span { border-color: #DA2B60; }
span { border-color: rgb(218,43,96); }
td.TdClassName
{
border-color: #DA2B60;
}
.TagClassName
{
border-color: #DA2B60;
}
</style>