Shades of Cerise #DA2772
Tints of Cerise #DA2772
RGB
CMYK
RGB Variations
Color information
#DA2772 (or 0xDA2772) is known color: Cerise. HEX triplet: DA, 27 and 72. RGB value is (218,39,114). Sum of RGB (Red+Green+Blue) = 218+39+114=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2772 is #25D88D. Grayscale: #646464. Windows color (decimal): -2480270 or 7481306. OLE color: 7481306.
HSL color Cylindrical-coordinate representation of color #DA2772: hue angle of 334.86º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2772 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 114 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.15 |
| HSL | 334.86º | 0.71% | 0.5% | - |
| HSV(B) | 334.86º | 0.82% | 0.85% | - |
| XYZ | 32.68 | 17.57 | 17.59 | - |
| YUV | 101.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 114 | 0 | 0.82 | 0.48 | 0.15 | 334.86 | 0.71 | 0.5 |
| Hex | DA | 27 | 72 | 0 | 52 | 30 | F | 14F | 47 | 32 |
| Octal | 332 | 47 | 162 | 0 | 122 | 60 | 17 | 517 | 107 | 62 |
| Binary | 11011010 | 100111 | 1110010 | 0 | 1010010 | 110000 | 1111 | 101001111 | 1000111 | 110010 |
Color Harmonies of #DA2772
Complementary color
Monochromatic Colors of #DA2772
Black with #DA2772
Text Example
Text Example
White with #DA2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2772; }
p { color: rgb(218,39,114); }
H1.HeaderClassName
{
color: #DA2772;
}
.AnyTagClassName
{
color: #DA2772;
}
</style>
background-color css
<style>
a { background-color: #DA2772; }
a { background-color: rgb(218,39,114); }
div.DivClassName
{
background-color: #DA2772;
}
.BgClassName
{
background-color: #DA2772;
}
</style>
border-color css
<style>
span { border-color: #DA2772; }
span { border-color: rgb(218,39,114); }
td.TdClassName
{
border-color: #DA2772;
}
.TagClassName
{
border-color: #DA2772;
}
</style>