Shades of Deep Cerise #DA3789
Tints of Deep Cerise #DA3789
RGB
CMYK
RGB Variations
Color information
#DA3789 (or 0xDA3789) is known color: Deep Cerise. HEX triplet: DA, 37 and 89. RGB value is (218,55,137). Sum of RGB (Red+Green+Blue) = 218+55+137=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3789 is #25C876. Grayscale: #707070. Windows color (decimal): -2476151 or 8992730. OLE color: 8992730.
HSL color Cylindrical-coordinate representation of color #DA3789: hue angle of 329.82º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3789 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 137 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.15 |
| HSL | 329.82º | 0.69% | 0.54% | - |
| HSV(B) | 329.82º | 0.75% | 0.85% | - |
| XYZ | 34.79 | 19.44 | 25.59 | - |
| YUV | 113.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 137 | 0 | 0.75 | 0.37 | 0.15 | 329.82 | 0.69 | 0.54 |
| Hex | DA | 37 | 89 | 0 | 4B | 25 | F | 14A | 45 | 36 |
| Octal | 332 | 67 | 211 | 0 | 113 | 45 | 17 | 512 | 105 | 66 |
| Binary | 11011010 | 110111 | 10001001 | 0 | 1001011 | 100101 | 1111 | 101001010 | 1000101 | 110110 |
Color Harmonies of #DA3789
Complementary color
Monochromatic Colors of #DA3789
Black with #DA3789
Text Example
Text Example
White with #DA3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3789; }
p { color: rgb(218,55,137); }
H1.HeaderClassName
{
color: #DA3789;
}
.AnyTagClassName
{
color: #DA3789;
}
</style>
background-color css
<style>
a { background-color: #DA3789; }
a { background-color: rgb(218,55,137); }
div.DivClassName
{
background-color: #DA3789;
}
.BgClassName
{
background-color: #DA3789;
}
</style>
border-color css
<style>
span { border-color: #DA3789; }
span { border-color: rgb(218,55,137); }
td.TdClassName
{
border-color: #DA3789;
}
.TagClassName
{
border-color: #DA3789;
}
</style>