Shades of Deep Cerise #DA2AA6
Tints of Deep Cerise #DA2AA6
RGB
CMYK
RGB Variations
Color information
#DA2AA6 (or 0xDA2AA6) is known color: Deep Cerise. HEX triplet: DA, 2A and A6. RGB value is (218,42,166). Sum of RGB (Red+Green+Blue) = 218+42+166=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2AA6 is #25D559. Grayscale: #6C6C6C. Windows color (decimal): -2479450 or 10889946. OLE color: 10889946.
HSL color Cylindrical-coordinate representation of color #DA2AA6: hue angle of 317.73º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2AA6 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 166 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.15 |
| HSL | 317.73º | 0.7% | 0.51% | - |
| HSV(B) | 317.73º | 0.81% | 0.85% | - |
| XYZ | 36.62 | 19.31 | 37.87 | - |
| YUV | 108.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 166 | 0 | 0.81 | 0.24 | 0.15 | 317.73 | 0.7 | 0.51 |
| Hex | DA | 2A | A6 | 0 | 51 | 18 | F | 13E | 46 | 33 |
| Octal | 332 | 52 | 246 | 0 | 121 | 30 | 17 | 476 | 106 | 63 |
| Binary | 11011010 | 101010 | 10100110 | 0 | 1010001 | 11000 | 1111 | 100111110 | 1000110 | 110011 |
Color Harmonies of #DA2AA6
Complementary color
Monochromatic Colors of #DA2AA6
Black with #DA2AA6
Text Example
Text Example
White with #DA2AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AA6; }
p { color: rgb(218,42,166); }
H1.HeaderClassName
{
color: #DA2AA6;
}
.AnyTagClassName
{
color: #DA2AA6;
}
</style>
background-color css
<style>
a { background-color: #DA2AA6; }
a { background-color: rgb(218,42,166); }
div.DivClassName
{
background-color: #DA2AA6;
}
.BgClassName
{
background-color: #DA2AA6;
}
</style>
border-color css
<style>
span { border-color: #DA2AA6; }
span { border-color: rgb(218,42,166); }
td.TdClassName
{
border-color: #DA2AA6;
}
.TagClassName
{
border-color: #DA2AA6;
}
</style>