Shades of Cerise #DA246E
Tints of Cerise #DA246E
RGB
CMYK
RGB Variations
Color information
#DA246E (or 0xDA246E) is known color: Cerise. HEX triplet: DA, 24 and 6E. RGB value is (218,36,110). Sum of RGB (Red+Green+Blue) = 218+36+110=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA246E is #25DB91. Grayscale: #626262. Windows color (decimal): -2481042 or 7218394. OLE color: 7218394.
HSL color Cylindrical-coordinate representation of color #DA246E: hue angle of 335.6º degrees, saturation: 0.72, 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 #DA246E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 110 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.15 |
| HSL | 335.6º | 0.72% | 0.5% | - |
| HSV(B) | 335.6º | 0.83% | 0.85% | - |
| XYZ | 32.36 | 17.29 | 16.38 | - |
| YUV | 98.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 110 | 0 | 0.83 | 0.50 | 0.15 | 335.6 | 0.72 | 0.5 |
| Hex | DA | 24 | 6E | 0 | 53 | 32 | F | 150 | 48 | 32 |
| Octal | 332 | 44 | 156 | 0 | 123 | 62 | 17 | 520 | 110 | 62 |
| Binary | 11011010 | 100100 | 1101110 | 0 | 1010011 | 110010 | 1111 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DA246E
Complementary color
Monochromatic Colors of #DA246E
Black with #DA246E
Text Example
Text Example
White with #DA246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA246E; }
p { color: rgb(218,36,110); }
H1.HeaderClassName
{
color: #DA246E;
}
.AnyTagClassName
{
color: #DA246E;
}
</style>
background-color css
<style>
a { background-color: #DA246E; }
a { background-color: rgb(218,36,110); }
div.DivClassName
{
background-color: #DA246E;
}
.BgClassName
{
background-color: #DA246E;
}
</style>
border-color css
<style>
span { border-color: #DA246E; }
span { border-color: rgb(218,36,110); }
td.TdClassName
{
border-color: #DA246E;
}
.TagClassName
{
border-color: #DA246E;
}
</style>