Shades of Cerise #DA2970
Tints of Cerise #DA2970
RGB
CMYK
RGB Variations
Color information
#DA2970 (or 0xDA2970) is known color: Cerise. HEX triplet: DA, 29 and 70. RGB value is (218,41,112). Sum of RGB (Red+Green+Blue) = 218+41+112=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2970 is #25D68F. Grayscale: #656565. Windows color (decimal): -2479760 or 7350746. OLE color: 7350746.
HSL color Cylindrical-coordinate representation of color #DA2970: hue angle of 335.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2970 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 112 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.15 |
| HSL | 335.93º | 0.71% | 0.51% | - |
| HSV(B) | 335.93º | 0.81% | 0.85% | - |
| XYZ | 32.63 | 17.66 | 17.02 | - |
| YUV | 102.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 112 | 0 | 0.81 | 0.49 | 0.15 | 335.93 | 0.71 | 0.51 |
| Hex | DA | 29 | 70 | 0 | 51 | 31 | F | 150 | 47 | 33 |
| Octal | 332 | 51 | 160 | 0 | 121 | 61 | 17 | 520 | 107 | 63 |
| Binary | 11011010 | 101001 | 1110000 | 0 | 1010001 | 110001 | 1111 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DA2970
Complementary color
Monochromatic Colors of #DA2970
Black with #DA2970
Text Example
Text Example
White with #DA2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2970; }
p { color: rgb(218,41,112); }
H1.HeaderClassName
{
color: #DA2970;
}
.AnyTagClassName
{
color: #DA2970;
}
</style>
background-color css
<style>
a { background-color: #DA2970; }
a { background-color: rgb(218,41,112); }
div.DivClassName
{
background-color: #DA2970;
}
.BgClassName
{
background-color: #DA2970;
}
</style>
border-color css
<style>
span { border-color: #DA2970; }
span { border-color: rgb(218,41,112); }
td.TdClassName
{
border-color: #DA2970;
}
.TagClassName
{
border-color: #DA2970;
}
</style>