Shades of Deep Cerise #DA2B90
Tints of Deep Cerise #DA2B90
RGB
CMYK
RGB Variations
Color information
#DA2B90 (or 0xDA2B90) is known color: Deep Cerise. HEX triplet: DA, 2B and 90. RGB value is (218,43,144). Sum of RGB (Red+Green+Blue) = 218+43+144=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2B90 is #25D46F. Grayscale: #6A6A6A. Windows color (decimal): -2479216 or 9448410. OLE color: 9448410.
HSL color Cylindrical-coordinate representation of color #DA2B90: hue angle of 325.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B90 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 144 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.15 |
| HSL | 325.37º | 0.7% | 0.51% | - |
| HSV(B) | 325.37º | 0.8% | 0.85% | - |
| XYZ | 34.81 | 18.65 | 28.15 | - |
| YUV | 106.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 144 | 0 | 0.80 | 0.34 | 0.15 | 325.37 | 0.7 | 0.51 |
| Hex | DA | 2B | 90 | 0 | 50 | 22 | F | 145 | 46 | 33 |
| Octal | 332 | 53 | 220 | 0 | 120 | 42 | 17 | 505 | 106 | 63 |
| Binary | 11011010 | 101011 | 10010000 | 0 | 1010000 | 100010 | 1111 | 101000101 | 1000110 | 110011 |
Color Harmonies of #DA2B90
Complementary color
Monochromatic Colors of #DA2B90
Black with #DA2B90
Text Example
Text Example
White with #DA2B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B90; }
p { color: rgb(218,43,144); }
H1.HeaderClassName
{
color: #DA2B90;
}
.AnyTagClassName
{
color: #DA2B90;
}
</style>
background-color css
<style>
a { background-color: #DA2B90; }
a { background-color: rgb(218,43,144); }
div.DivClassName
{
background-color: #DA2B90;
}
.BgClassName
{
background-color: #DA2B90;
}
</style>
border-color css
<style>
span { border-color: #DA2B90; }
span { border-color: rgb(218,43,144); }
td.TdClassName
{
border-color: #DA2B90;
}
.TagClassName
{
border-color: #DA2B90;
}
</style>