Shades of Cerise #DA3574
Tints of Cerise #DA3574
RGB
CMYK
RGB Variations
Color information
#DA3574 (or 0xDA3574) is known color: Cerise. HEX triplet: DA, 35 and 74. RGB value is (218,53,116). Sum of RGB (Red+Green+Blue) = 218+53+116=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3574 is #25CA8B. Grayscale: #6D6D6D. Windows color (decimal): -2476684 or 7615962. OLE color: 7615962.
HSL color Cylindrical-coordinate representation of color #DA3574: hue angle of 337.09º 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 #DA3574 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 116 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.15 |
| HSL | 337.09º | 0.69% | 0.53% | - |
| HSV(B) | 337.09º | 0.76% | 0.85% | - |
| XYZ | 33.34 | 18.71 | 18.38 | - |
| YUV | 109.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 116 | 0 | 0.76 | 0.47 | 0.15 | 337.09 | 0.69 | 0.53 |
| Hex | DA | 35 | 74 | 0 | 4C | 2F | F | 151 | 45 | 35 |
| Octal | 332 | 65 | 164 | 0 | 114 | 57 | 17 | 521 | 105 | 65 |
| Binary | 11011010 | 110101 | 1110100 | 0 | 1001100 | 101111 | 1111 | 101010001 | 1000101 | 110101 |
Color Harmonies of #DA3574
Complementary color
Monochromatic Colors of #DA3574
Black with #DA3574
Text Example
Text Example
White with #DA3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3574; }
p { color: rgb(218,53,116); }
H1.HeaderClassName
{
color: #DA3574;
}
.AnyTagClassName
{
color: #DA3574;
}
</style>
background-color css
<style>
a { background-color: #DA3574; }
a { background-color: rgb(218,53,116); }
div.DivClassName
{
background-color: #DA3574;
}
.BgClassName
{
background-color: #DA3574;
}
</style>
border-color css
<style>
span { border-color: #DA3574; }
span { border-color: rgb(218,53,116); }
td.TdClassName
{
border-color: #DA3574;
}
.TagClassName
{
border-color: #DA3574;
}
</style>