Shades of Deep Cerise #DA2189
Tints of Deep Cerise #DA2189
RGB
CMYK
RGB Variations
Color information
#DA2189 (or 0xDA2189) is known color: Deep Cerise. HEX triplet: DA, 21 and 89. RGB value is (218,33,137). Sum of RGB (Red+Green+Blue) = 218+33+137=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2189 is #25DE76. Grayscale: #636363. Windows color (decimal): -2481783 or 8987098. OLE color: 8987098.
HSL color Cylindrical-coordinate representation of color #DA2189: hue angle of 326.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2189 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 137 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.15 |
| HSL | 326.27º | 0.74% | 0.49% | - |
| HSV(B) | 326.27º | 0.85% | 0.85% | - |
| XYZ | 33.97 | 17.8 | 25.31 | - |
| YUV | 100.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 137 | 0 | 0.85 | 0.37 | 0.15 | 326.27 | 0.74 | 0.49 |
| Hex | DA | 21 | 89 | 0 | 55 | 25 | F | 146 | 4A | 31 |
| Octal | 332 | 41 | 211 | 0 | 125 | 45 | 17 | 506 | 112 | 61 |
| Binary | 11011010 | 100001 | 10001001 | 0 | 1010101 | 100101 | 1111 | 101000110 | 1001010 | 110001 |
Color Harmonies of #DA2189
Complementary color
Monochromatic Colors of #DA2189
Black with #DA2189
Text Example
Text Example
White with #DA2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2189; }
p { color: rgb(218,33,137); }
H1.HeaderClassName
{
color: #DA2189;
}
.AnyTagClassName
{
color: #DA2189;
}
</style>
background-color css
<style>
a { background-color: #DA2189; }
a { background-color: rgb(218,33,137); }
div.DivClassName
{
background-color: #DA2189;
}
.BgClassName
{
background-color: #DA2189;
}
</style>
border-color css
<style>
span { border-color: #DA2189; }
span { border-color: rgb(218,33,137); }
td.TdClassName
{
border-color: #DA2189;
}
.TagClassName
{
border-color: #DA2189;
}
</style>