Shades of Deep Cerise #DA2AA4
Tints of Deep Cerise #DA2AA4
RGB
CMYK
RGB Variations
Color information
#DA2AA4 (or 0xDA2AA4) is known color: Deep Cerise. HEX triplet: DA, 2A and A4. RGB value is (218,42,164). Sum of RGB (Red+Green+Blue) = 218+42+164=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2AA4 is #25D55B. Grayscale: #6C6C6C. Windows color (decimal): -2479452 or 10758874. OLE color: 10758874.
HSL color Cylindrical-coordinate representation of color #DA2AA4: hue angle of 318.41º 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 #DA2AA4 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 164 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.15 |
| HSL | 318.41º | 0.7% | 0.51% | - |
| HSV(B) | 318.41º | 0.81% | 0.85% | - |
| XYZ | 36.44 | 19.24 | 36.92 | - |
| YUV | 108.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 164 | 0 | 0.81 | 0.25 | 0.15 | 318.41 | 0.7 | 0.51 |
| Hex | DA | 2A | A4 | 0 | 51 | 19 | F | 13E | 46 | 33 |
| Octal | 332 | 52 | 244 | 0 | 121 | 31 | 17 | 476 | 106 | 63 |
| Binary | 11011010 | 101010 | 10100100 | 0 | 1010001 | 11001 | 1111 | 100111110 | 1000110 | 110011 |
Color Harmonies of #DA2AA4
Complementary color
Monochromatic Colors of #DA2AA4
Black with #DA2AA4
Text Example
Text Example
White with #DA2AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AA4; }
p { color: rgb(218,42,164); }
H1.HeaderClassName
{
color: #DA2AA4;
}
.AnyTagClassName
{
color: #DA2AA4;
}
</style>
background-color css
<style>
a { background-color: #DA2AA4; }
a { background-color: rgb(218,42,164); }
div.DivClassName
{
background-color: #DA2AA4;
}
.BgClassName
{
background-color: #DA2AA4;
}
</style>
border-color css
<style>
span { border-color: #DA2AA4; }
span { border-color: rgb(218,42,164); }
td.TdClassName
{
border-color: #DA2AA4;
}
.TagClassName
{
border-color: #DA2AA4;
}
</style>