Shades of Deep Cerise #DA24A6
Tints of Deep Cerise #DA24A6
RGB
CMYK
RGB Variations
Color information
#DA24A6 (or 0xDA24A6) is known color: Deep Cerise. HEX triplet: DA, 24 and A6. RGB value is (218,36,166). Sum of RGB (Red+Green+Blue) = 218+36+166=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA24A6 is #25DB59. Grayscale: #686868. Windows color (decimal): -2480986 or 10888410. OLE color: 10888410.
HSL color Cylindrical-coordinate representation of color #DA24A6: hue angle of 317.14º 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 #DA24A6 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 166 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.15 |
| HSL | 317.14º | 0.72% | 0.5% | - |
| HSV(B) | 317.14º | 0.83% | 0.85% | - |
| XYZ | 36.43 | 18.92 | 37.81 | - |
| YUV | 105.24 | 162.3 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 166 | 0 | 0.83 | 0.24 | 0.15 | 317.14 | 0.72 | 0.5 |
| Hex | DA | 24 | A6 | 0 | 53 | 18 | F | 13D | 48 | 32 |
| Octal | 332 | 44 | 246 | 0 | 123 | 30 | 17 | 475 | 110 | 62 |
| Binary | 11011010 | 100100 | 10100110 | 0 | 1010011 | 11000 | 1111 | 100111101 | 1001000 | 110010 |
Color Harmonies of #DA24A6
Complementary color
Monochromatic Colors of #DA24A6
Black with #DA24A6
Text Example
Text Example
White with #DA24A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24A6; }
p { color: rgb(218,36,166); }
H1.HeaderClassName
{
color: #DA24A6;
}
.AnyTagClassName
{
color: #DA24A6;
}
</style>
background-color css
<style>
a { background-color: #DA24A6; }
a { background-color: rgb(218,36,166); }
div.DivClassName
{
background-color: #DA24A6;
}
.BgClassName
{
background-color: #DA24A6;
}
</style>
border-color css
<style>
span { border-color: #DA24A6; }
span { border-color: rgb(218,36,166); }
td.TdClassName
{
border-color: #DA24A6;
}
.TagClassName
{
border-color: #DA24A6;
}
</style>