Shades of Cerise #DA2773
Tints of Cerise #DA2773
RGB
CMYK
RGB Variations
Color information
#DA2773 (or 0xDA2773) is known color: Cerise. HEX triplet: DA, 27 and 73. RGB value is (218,39,115). Sum of RGB (Red+Green+Blue) = 218+39+115=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2773 is #25D88C. Grayscale: #656565. Windows color (decimal): -2480269 or 7546842. OLE color: 7546842.
HSL color Cylindrical-coordinate representation of color #DA2773: hue angle of 334.53º 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 #DA2773 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 115 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.15 |
| HSL | 334.53º | 0.71% | 0.5% | - |
| HSV(B) | 334.53º | 0.82% | 0.85% | - |
| XYZ | 32.73 | 17.59 | 17.89 | - |
| YUV | 101.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 115 | 0 | 0.82 | 0.47 | 0.15 | 334.53 | 0.71 | 0.5 |
| Hex | DA | 27 | 73 | 0 | 52 | 2F | F | 14F | 47 | 32 |
| Octal | 332 | 47 | 163 | 0 | 122 | 57 | 17 | 517 | 107 | 62 |
| Binary | 11011010 | 100111 | 1110011 | 0 | 1010010 | 101111 | 1111 | 101001111 | 1000111 | 110010 |
Color Harmonies of #DA2773
Complementary color
Monochromatic Colors of #DA2773
Black with #DA2773
Text Example
Text Example
White with #DA2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2773; }
p { color: rgb(218,39,115); }
H1.HeaderClassName
{
color: #DA2773;
}
.AnyTagClassName
{
color: #DA2773;
}
</style>
background-color css
<style>
a { background-color: #DA2773; }
a { background-color: rgb(218,39,115); }
div.DivClassName
{
background-color: #DA2773;
}
.BgClassName
{
background-color: #DA2773;
}
</style>
border-color css
<style>
span { border-color: #DA2773; }
span { border-color: rgb(218,39,115); }
td.TdClassName
{
border-color: #DA2773;
}
.TagClassName
{
border-color: #DA2773;
}
</style>