Shades of Cerise #DA2D74
Tints of Cerise #DA2D74
RGB
CMYK
RGB Variations
Color information
#DA2D74 (or 0xDA2D74) is known color: Cerise. HEX triplet: DA, 2D and 74. RGB value is (218,45,116). Sum of RGB (Red+Green+Blue) = 218+45+116=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D74 is #25D28B. Grayscale: #686868. Windows color (decimal): -2478732 or 7613914. OLE color: 7613914.
HSL color Cylindrical-coordinate representation of color #DA2D74: hue angle of 335.38º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D74 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 116 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.15 |
| HSL | 335.38º | 0.7% | 0.52% | - |
| HSV(B) | 335.38º | 0.79% | 0.85% | - |
| XYZ | 33 | 18.04 | 18.27 | - |
| YUV | 104.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 116 | 0 | 0.79 | 0.47 | 0.15 | 335.38 | 0.7 | 0.52 |
| Hex | DA | 2D | 74 | 0 | 4F | 2F | F | 14F | 46 | 34 |
| Octal | 332 | 55 | 164 | 0 | 117 | 57 | 17 | 517 | 106 | 64 |
| Binary | 11011010 | 101101 | 1110100 | 0 | 1001111 | 101111 | 1111 | 101001111 | 1000110 | 110100 |
Color Harmonies of #DA2D74
Complementary color
Monochromatic Colors of #DA2D74
Black with #DA2D74
Text Example
Text Example
White with #DA2D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D74; }
p { color: rgb(218,45,116); }
H1.HeaderClassName
{
color: #DA2D74;
}
.AnyTagClassName
{
color: #DA2D74;
}
</style>
background-color css
<style>
a { background-color: #DA2D74; }
a { background-color: rgb(218,45,116); }
div.DivClassName
{
background-color: #DA2D74;
}
.BgClassName
{
background-color: #DA2D74;
}
</style>
border-color css
<style>
span { border-color: #DA2D74; }
span { border-color: rgb(218,45,116); }
td.TdClassName
{
border-color: #DA2D74;
}
.TagClassName
{
border-color: #DA2D74;
}
</style>