Shades of Deep Cerise #DA2890
Tints of Deep Cerise #DA2890
RGB
CMYK
RGB Variations
Color information
#DA2890 (or 0xDA2890) is known color: Deep Cerise. HEX triplet: DA, 28 and 90. RGB value is (218,40,144). Sum of RGB (Red+Green+Blue) = 218+40+144=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2890 is #25D76F. Grayscale: #686868. Windows color (decimal): -2479984 or 9447642. OLE color: 9447642.
HSL color Cylindrical-coordinate representation of color #DA2890: hue angle of 324.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2890 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 144 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.15 |
| HSL | 324.94º | 0.71% | 0.51% | - |
| HSV(B) | 324.94º | 0.82% | 0.85% | - |
| XYZ | 34.71 | 18.44 | 28.11 | - |
| YUV | 105.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 144 | 0 | 0.82 | 0.34 | 0.15 | 324.94 | 0.71 | 0.51 |
| Hex | DA | 28 | 90 | 0 | 52 | 22 | F | 145 | 47 | 33 |
| Octal | 332 | 50 | 220 | 0 | 122 | 42 | 17 | 505 | 107 | 63 |
| Binary | 11011010 | 101000 | 10010000 | 0 | 1010010 | 100010 | 1111 | 101000101 | 1000111 | 110011 |
Color Harmonies of #DA2890
Complementary color
Monochromatic Colors of #DA2890
Black with #DA2890
Text Example
Text Example
White with #DA2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2890; }
p { color: rgb(218,40,144); }
H1.HeaderClassName
{
color: #DA2890;
}
.AnyTagClassName
{
color: #DA2890;
}
</style>
background-color css
<style>
a { background-color: #DA2890; }
a { background-color: rgb(218,40,144); }
div.DivClassName
{
background-color: #DA2890;
}
.BgClassName
{
background-color: #DA2890;
}
</style>
border-color css
<style>
span { border-color: #DA2890; }
span { border-color: rgb(218,40,144); }
td.TdClassName
{
border-color: #DA2890;
}
.TagClassName
{
border-color: #DA2890;
}
</style>