Shades of Cerise #DA2C58
Tints of Cerise #DA2C58
RGB
CMYK
RGB Variations
Color information
#DA2C58 (or 0xDA2C58) is known color: Cerise. HEX triplet: DA, 2C and 58. RGB value is (218,44,88). Sum of RGB (Red+Green+Blue) = 218+44+88=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2C58 is #25D3A7. Grayscale: #656565. Windows color (decimal): -2479016 or 5778650. OLE color: 5778650.
HSL color Cylindrical-coordinate representation of color #DA2C58: hue angle of 344.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 #DA2C58 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 88 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.15 |
| HSL | 344.83º | 0.7% | 0.51% | - |
| HSV(B) | 344.83º | 0.8% | 0.85% | - |
| XYZ | 31.58 | 17.41 | 10.93 | - |
| YUV | 101.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 88 | 0 | 0.80 | 0.60 | 0.15 | 344.83 | 0.7 | 0.51 |
| Hex | DA | 2C | 58 | 0 | 50 | 3C | F | 159 | 46 | 33 |
| Octal | 332 | 54 | 130 | 0 | 120 | 74 | 17 | 531 | 106 | 63 |
| Binary | 11011010 | 101100 | 1011000 | 0 | 1010000 | 111100 | 1111 | 101011001 | 1000110 | 110011 |
Color Harmonies of #DA2C58
Complementary color
Monochromatic Colors of #DA2C58
Black with #DA2C58
Text Example
Text Example
White with #DA2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C58; }
p { color: rgb(218,44,88); }
H1.HeaderClassName
{
color: #DA2C58;
}
.AnyTagClassName
{
color: #DA2C58;
}
</style>
background-color css
<style>
a { background-color: #DA2C58; }
a { background-color: rgb(218,44,88); }
div.DivClassName
{
background-color: #DA2C58;
}
.BgClassName
{
background-color: #DA2C58;
}
</style>
border-color css
<style>
span { border-color: #DA2C58; }
span { border-color: rgb(218,44,88); }
td.TdClassName
{
border-color: #DA2C58;
}
.TagClassName
{
border-color: #DA2C58;
}
</style>