Shades of Cerise #DA2870
Tints of Cerise #DA2870
RGB
CMYK
RGB Variations
Color information
#DA2870 (or 0xDA2870) is known color: Cerise. HEX triplet: DA, 28 and 70. RGB value is (218,40,112). Sum of RGB (Red+Green+Blue) = 218+40+112=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2870 is #25D78F. Grayscale: #656565. Windows color (decimal): -2480016 or 7350490. OLE color: 7350490.
HSL color Cylindrical-coordinate representation of color #DA2870: hue angle of 335.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2870 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 112 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.15 |
| HSL | 335.73º | 0.71% | 0.51% | - |
| HSV(B) | 335.73º | 0.82% | 0.85% | - |
| XYZ | 32.6 | 17.59 | 17.01 | - |
| YUV | 101.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 112 | 0 | 0.82 | 0.49 | 0.15 | 335.73 | 0.71 | 0.51 |
| Hex | DA | 28 | 70 | 0 | 52 | 31 | F | 150 | 47 | 33 |
| Octal | 332 | 50 | 160 | 0 | 122 | 61 | 17 | 520 | 107 | 63 |
| Binary | 11011010 | 101000 | 1110000 | 0 | 1010010 | 110001 | 1111 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DA2870
Complementary color
Monochromatic Colors of #DA2870
Black with #DA2870
Text Example
Text Example
White with #DA2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2870; }
p { color: rgb(218,40,112); }
H1.HeaderClassName
{
color: #DA2870;
}
.AnyTagClassName
{
color: #DA2870;
}
</style>
background-color css
<style>
a { background-color: #DA2870; }
a { background-color: rgb(218,40,112); }
div.DivClassName
{
background-color: #DA2870;
}
.BgClassName
{
background-color: #DA2870;
}
</style>
border-color css
<style>
span { border-color: #DA2870; }
span { border-color: rgb(218,40,112); }
td.TdClassName
{
border-color: #DA2870;
}
.TagClassName
{
border-color: #DA2870;
}
</style>