Shades of Cerise #DA2573
Tints of Cerise #DA2573
RGB
CMYK
RGB Variations
Color information
#DA2573 (or 0xDA2573) is known color: Cerise. HEX triplet: DA, 25 and 73. RGB value is (218,37,115). Sum of RGB (Red+Green+Blue) = 218+37+115=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2573 is #25DA8C. Grayscale: #636363. Windows color (decimal): -2480781 or 7546330. OLE color: 7546330.
HSL color Cylindrical-coordinate representation of color #DA2573: hue angle of 334.14º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2573 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 115 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.15 |
| HSL | 334.14º | 0.71% | 0.5% | - |
| HSV(B) | 334.14º | 0.83% | 0.85% | - |
| XYZ | 32.67 | 17.47 | 17.87 | - |
| YUV | 100.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 115 | 0 | 0.83 | 0.47 | 0.15 | 334.14 | 0.71 | 0.5 |
| Hex | DA | 25 | 73 | 0 | 53 | 2F | F | 14E | 47 | 32 |
| Octal | 332 | 45 | 163 | 0 | 123 | 57 | 17 | 516 | 107 | 62 |
| Binary | 11011010 | 100101 | 1110011 | 0 | 1010011 | 101111 | 1111 | 101001110 | 1000111 | 110010 |
Color Harmonies of #DA2573
Complementary color
Monochromatic Colors of #DA2573
Black with #DA2573
Text Example
Text Example
White with #DA2573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2573; }
p { color: rgb(218,37,115); }
H1.HeaderClassName
{
color: #DA2573;
}
.AnyTagClassName
{
color: #DA2573;
}
</style>
background-color css
<style>
a { background-color: #DA2573; }
a { background-color: rgb(218,37,115); }
div.DivClassName
{
background-color: #DA2573;
}
.BgClassName
{
background-color: #DA2573;
}
</style>
border-color css
<style>
span { border-color: #DA2573; }
span { border-color: rgb(218,37,115); }
td.TdClassName
{
border-color: #DA2573;
}
.TagClassName
{
border-color: #DA2573;
}
</style>