Shades of Cerise #DA3573
Tints of Cerise #DA3573
RGB
CMYK
RGB Variations
Color information
#DA3573 (or 0xDA3573) is known color: Cerise. HEX triplet: DA, 35 and 73. RGB value is (218,53,115). Sum of RGB (Red+Green+Blue) = 218+53+115=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3573 is #25CA8C. Grayscale: #6D6D6D. Windows color (decimal): -2476685 or 7550426. OLE color: 7550426.
HSL color Cylindrical-coordinate representation of color #DA3573: hue angle of 337.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3573 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 115 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 337.45º | 0.69% | 0.53% | - |
| HSV(B) | 337.45º | 0.76% | 0.85% | - |
| XYZ | 33.28 | 18.69 | 18.07 | - |
| YUV | 109.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 115 | 0 | 0.76 | 0.47 | 0.15 | 337.45 | 0.69 | 0.53 |
| Hex | DA | 35 | 73 | 0 | 4C | 2F | F | 151 | 45 | 35 |
| Octal | 332 | 65 | 163 | 0 | 114 | 57 | 17 | 521 | 105 | 65 |
| Binary | 11011010 | 110101 | 1110011 | 0 | 1001100 | 101111 | 1111 | 101010001 | 1000101 | 110101 |
Color Harmonies of #DA3573
Complementary color
Monochromatic Colors of #DA3573
Black with #DA3573
Text Example
Text Example
White with #DA3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3573; }
p { color: rgb(218,53,115); }
H1.HeaderClassName
{
color: #DA3573;
}
.AnyTagClassName
{
color: #DA3573;
}
</style>
background-color css
<style>
a { background-color: #DA3573; }
a { background-color: rgb(218,53,115); }
div.DivClassName
{
background-color: #DA3573;
}
.BgClassName
{
background-color: #DA3573;
}
</style>
border-color css
<style>
span { border-color: #DA3573; }
span { border-color: rgb(218,53,115); }
td.TdClassName
{
border-color: #DA3573;
}
.TagClassName
{
border-color: #DA3573;
}
</style>