Shades of Cerise #DA2A70
Tints of Cerise #DA2A70
RGB
CMYK
RGB Variations
Color information
#DA2A70 (or 0xDA2A70) is known color: Cerise. HEX triplet: DA, 2A and 70. RGB value is (218,42,112). Sum of RGB (Red+Green+Blue) = 218+42+112=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2A70 is #25D58F. Grayscale: #666666. Windows color (decimal): -2479504 or 7351002. OLE color: 7351002.
HSL color Cylindrical-coordinate representation of color #DA2A70: hue angle of 336.14º degrees, saturation: 0.7, 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 #DA2A70 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 112 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.15 |
| HSL | 336.14º | 0.7% | 0.51% | - |
| HSV(B) | 336.14º | 0.81% | 0.85% | - |
| XYZ | 32.67 | 17.73 | 17.03 | - |
| YUV | 102.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 112 | 0 | 0.81 | 0.49 | 0.15 | 336.14 | 0.7 | 0.51 |
| Hex | DA | 2A | 70 | 0 | 51 | 31 | F | 150 | 46 | 33 |
| Octal | 332 | 52 | 160 | 0 | 121 | 61 | 17 | 520 | 106 | 63 |
| Binary | 11011010 | 101010 | 1110000 | 0 | 1010001 | 110001 | 1111 | 101010000 | 1000110 | 110011 |
Color Harmonies of #DA2A70
Complementary color
Monochromatic Colors of #DA2A70
Black with #DA2A70
Text Example
Text Example
White with #DA2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A70; }
p { color: rgb(218,42,112); }
H1.HeaderClassName
{
color: #DA2A70;
}
.AnyTagClassName
{
color: #DA2A70;
}
</style>
background-color css
<style>
a { background-color: #DA2A70; }
a { background-color: rgb(218,42,112); }
div.DivClassName
{
background-color: #DA2A70;
}
.BgClassName
{
background-color: #DA2A70;
}
</style>
border-color css
<style>
span { border-color: #DA2A70; }
span { border-color: rgb(218,42,112); }
td.TdClassName
{
border-color: #DA2A70;
}
.TagClassName
{
border-color: #DA2A70;
}
</style>