Shades of Deep Cerise #DA2EA1
Tints of Deep Cerise #DA2EA1
RGB
CMYK
RGB Variations
Color information
#DA2EA1 (or 0xDA2EA1) is known color: Deep Cerise. HEX triplet: DA, 2E and A1. RGB value is (218,46,161). Sum of RGB (Red+Green+Blue) = 218+46+161=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2EA1 is #25D15E. Grayscale: #6E6E6E. Windows color (decimal): -2478431 or 10563290. OLE color: 10563290.
HSL color Cylindrical-coordinate representation of color #DA2EA1: hue angle of 319.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2EA1 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 161 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.15 |
| HSL | 319.88º | 0.7% | 0.52% | - |
| HSV(B) | 319.88º | 0.79% | 0.85% | - |
| XYZ | 36.32 | 19.43 | 35.55 | - |
| YUV | 110.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 161 | 0 | 0.79 | 0.26 | 0.15 | 319.88 | 0.7 | 0.52 |
| Hex | DA | 2E | A1 | 0 | 4F | 1A | F | 140 | 46 | 34 |
| Octal | 332 | 56 | 241 | 0 | 117 | 32 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 101110 | 10100001 | 0 | 1001111 | 11010 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA2EA1
Complementary color
Monochromatic Colors of #DA2EA1
Black with #DA2EA1
Text Example
Text Example
White with #DA2EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2EA1; }
p { color: rgb(218,46,161); }
H1.HeaderClassName
{
color: #DA2EA1;
}
.AnyTagClassName
{
color: #DA2EA1;
}
</style>
background-color css
<style>
a { background-color: #DA2EA1; }
a { background-color: rgb(218,46,161); }
div.DivClassName
{
background-color: #DA2EA1;
}
.BgClassName
{
background-color: #DA2EA1;
}
</style>
border-color css
<style>
span { border-color: #DA2EA1; }
span { border-color: rgb(218,46,161); }
td.TdClassName
{
border-color: #DA2EA1;
}
.TagClassName
{
border-color: #DA2EA1;
}
</style>