Shades of Deep Cerise #DA2EA2
Tints of Deep Cerise #DA2EA2
RGB
CMYK
RGB Variations
Color information
#DA2EA2 (or 0xDA2EA2) is known color: Deep Cerise. HEX triplet: DA, 2E and A2. RGB value is (218,46,162). Sum of RGB (Red+Green+Blue) = 218+46+162=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2EA2 is #25D15D. Grayscale: #6E6E6E. Windows color (decimal): -2478430 or 10628826. OLE color: 10628826.
HSL color Cylindrical-coordinate representation of color #DA2EA2: hue angle of 319.53º 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 #DA2EA2 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 162 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.15 |
| HSL | 319.53º | 0.7% | 0.52% | - |
| HSV(B) | 319.53º | 0.79% | 0.85% | - |
| XYZ | 36.41 | 19.47 | 36.02 | - |
| YUV | 110.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 162 | 0 | 0.79 | 0.26 | 0.15 | 319.53 | 0.7 | 0.52 |
| Hex | DA | 2E | A2 | 0 | 4F | 1A | F | 140 | 46 | 34 |
| Octal | 332 | 56 | 242 | 0 | 117 | 32 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 101110 | 10100010 | 0 | 1001111 | 11010 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA2EA2
Complementary color
Monochromatic Colors of #DA2EA2
Black with #DA2EA2
Text Example
Text Example
White with #DA2EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2EA2; }
p { color: rgb(218,46,162); }
H1.HeaderClassName
{
color: #DA2EA2;
}
.AnyTagClassName
{
color: #DA2EA2;
}
</style>
background-color css
<style>
a { background-color: #DA2EA2; }
a { background-color: rgb(218,46,162); }
div.DivClassName
{
background-color: #DA2EA2;
}
.BgClassName
{
background-color: #DA2EA2;
}
</style>
border-color css
<style>
span { border-color: #DA2EA2; }
span { border-color: rgb(218,46,162); }
td.TdClassName
{
border-color: #DA2EA2;
}
.TagClassName
{
border-color: #DA2EA2;
}
</style>