Shades of Cerise #DA2272
Tints of Cerise #DA2272
RGB
CMYK
RGB Variations
Color information
#DA2272 (or 0xDA2272) is known color: Cerise. HEX triplet: DA, 22 and 72. RGB value is (218,34,114). Sum of RGB (Red+Green+Blue) = 218+34+114=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2272 is #25DD8D. Grayscale: #626262. Windows color (decimal): -2481550 or 7480026. OLE color: 7480026.
HSL color Cylindrical-coordinate representation of color #DA2272: hue angle of 333.91º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2272 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 114 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.15 |
| HSL | 333.91º | 0.73% | 0.49% | - |
| HSV(B) | 333.91º | 0.84% | 0.85% | - |
| XYZ | 32.52 | 17.26 | 17.54 | - |
| YUV | 98.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 114 | 0 | 0.84 | 0.48 | 0.15 | 333.91 | 0.73 | 0.49 |
| Hex | DA | 22 | 72 | 0 | 54 | 30 | F | 14E | 49 | 31 |
| Octal | 332 | 42 | 162 | 0 | 124 | 60 | 17 | 516 | 111 | 61 |
| Binary | 11011010 | 100010 | 1110010 | 0 | 1010100 | 110000 | 1111 | 101001110 | 1001001 | 110001 |
Color Harmonies of #DA2272
Complementary color
Monochromatic Colors of #DA2272
Black with #DA2272
Text Example
Text Example
White with #DA2272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2272; }
p { color: rgb(218,34,114); }
H1.HeaderClassName
{
color: #DA2272;
}
.AnyTagClassName
{
color: #DA2272;
}
</style>
background-color css
<style>
a { background-color: #DA2272; }
a { background-color: rgb(218,34,114); }
div.DivClassName
{
background-color: #DA2272;
}
.BgClassName
{
background-color: #DA2272;
}
</style>
border-color css
<style>
span { border-color: #DA2272; }
span { border-color: rgb(218,34,114); }
td.TdClassName
{
border-color: #DA2272;
}
.TagClassName
{
border-color: #DA2272;
}
</style>