Shades of Deep Cerise #DA2A84
Tints of Deep Cerise #DA2A84
RGB
CMYK
RGB Variations
Color information
#DA2A84 (or 0xDA2A84) is known color: Deep Cerise. HEX triplet: DA, 2A and 84. RGB value is (218,42,132). Sum of RGB (Red+Green+Blue) = 218+42+132=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A84 is #25D57B. Grayscale: #686868. Windows color (decimal): -2479484 or 8661722. OLE color: 8661722.
HSL color Cylindrical-coordinate representation of color #DA2A84: hue angle of 329.32º 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 #DA2A84 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 132 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.15 |
| HSL | 329.32º | 0.7% | 0.51% | - |
| HSV(B) | 329.32º | 0.81% | 0.85% | - |
| XYZ | 33.91 | 18.23 | 23.56 | - |
| YUV | 104.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 132 | 0 | 0.81 | 0.39 | 0.15 | 329.32 | 0.7 | 0.51 |
| Hex | DA | 2A | 84 | 0 | 51 | 27 | F | 149 | 46 | 33 |
| Octal | 332 | 52 | 204 | 0 | 121 | 47 | 17 | 511 | 106 | 63 |
| Binary | 11011010 | 101010 | 10000100 | 0 | 1010001 | 100111 | 1111 | 101001001 | 1000110 | 110011 |
Color Harmonies of #DA2A84
Complementary color
Monochromatic Colors of #DA2A84
Black with #DA2A84
Text Example
Text Example
White with #DA2A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A84; }
p { color: rgb(218,42,132); }
H1.HeaderClassName
{
color: #DA2A84;
}
.AnyTagClassName
{
color: #DA2A84;
}
</style>
background-color css
<style>
a { background-color: #DA2A84; }
a { background-color: rgb(218,42,132); }
div.DivClassName
{
background-color: #DA2A84;
}
.BgClassName
{
background-color: #DA2A84;
}
</style>
border-color css
<style>
span { border-color: #DA2A84; }
span { border-color: rgb(218,42,132); }
td.TdClassName
{
border-color: #DA2A84;
}
.TagClassName
{
border-color: #DA2A84;
}
</style>