Shades of Deep Cerise #DA2E90
Tints of Deep Cerise #DA2E90
RGB
CMYK
RGB Variations
Color information
#DA2E90 (or 0xDA2E90) is known color: Deep Cerise. HEX triplet: DA, 2E and 90. RGB value is (218,46,144). Sum of RGB (Red+Green+Blue) = 218+46+144=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2E90 is #25D16F. Grayscale: #6C6C6C. Windows color (decimal): -2478448 or 9449178. OLE color: 9449178.
HSL color Cylindrical-coordinate representation of color #DA2E90: hue angle of 325.81º 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 #DA2E90 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 144 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.15 |
| HSL | 325.81º | 0.7% | 0.52% | - |
| HSV(B) | 325.81º | 0.79% | 0.85% | - |
| XYZ | 34.92 | 18.87 | 28.19 | - |
| YUV | 108.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 144 | 0 | 0.79 | 0.34 | 0.15 | 325.81 | 0.7 | 0.52 |
| Hex | DA | 2E | 90 | 0 | 4F | 22 | F | 146 | 46 | 34 |
| Octal | 332 | 56 | 220 | 0 | 117 | 42 | 17 | 506 | 106 | 64 |
| Binary | 11011010 | 101110 | 10010000 | 0 | 1001111 | 100010 | 1111 | 101000110 | 1000110 | 110100 |
Color Harmonies of #DA2E90
Complementary color
Monochromatic Colors of #DA2E90
Black with #DA2E90
Text Example
Text Example
White with #DA2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E90; }
p { color: rgb(218,46,144); }
H1.HeaderClassName
{
color: #DA2E90;
}
.AnyTagClassName
{
color: #DA2E90;
}
</style>
background-color css
<style>
a { background-color: #DA2E90; }
a { background-color: rgb(218,46,144); }
div.DivClassName
{
background-color: #DA2E90;
}
.BgClassName
{
background-color: #DA2E90;
}
</style>
border-color css
<style>
span { border-color: #DA2E90; }
span { border-color: rgb(218,46,144); }
td.TdClassName
{
border-color: #DA2E90;
}
.TagClassName
{
border-color: #DA2E90;
}
</style>