Shades of Deep Cerise #DA3795
Tints of Deep Cerise #DA3795
RGB
CMYK
RGB Variations
Color information
#DA3795 (or 0xDA3795) is known color: Deep Cerise. HEX triplet: DA, 37 and 95. RGB value is (218,55,149). Sum of RGB (Red+Green+Blue) = 218+55+149=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3795 is #25C86A. Grayscale: #727272. Windows color (decimal): -2476139 or 9779162. OLE color: 9779162.
HSL color Cylindrical-coordinate representation of color #DA3795: hue angle of 325.4º 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 #DA3795 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 149 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.15 |
| HSL | 325.4º | 0.69% | 0.54% | - |
| HSV(B) | 325.4º | 0.75% | 0.85% | - |
| XYZ | 35.7 | 19.81 | 30.38 | - |
| YUV | 114.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 149 | 0 | 0.75 | 0.32 | 0.15 | 325.4 | 0.69 | 0.54 |
| Hex | DA | 37 | 95 | 0 | 4B | 20 | F | 145 | 45 | 36 |
| Octal | 332 | 67 | 225 | 0 | 113 | 40 | 17 | 505 | 105 | 66 |
| Binary | 11011010 | 110111 | 10010101 | 0 | 1001011 | 100000 | 1111 | 101000101 | 1000101 | 110110 |
Color Harmonies of #DA3795
Complementary color
Monochromatic Colors of #DA3795
Black with #DA3795
Text Example
Text Example
White with #DA3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3795; }
p { color: rgb(218,55,149); }
H1.HeaderClassName
{
color: #DA3795;
}
.AnyTagClassName
{
color: #DA3795;
}
</style>
background-color css
<style>
a { background-color: #DA3795; }
a { background-color: rgb(218,55,149); }
div.DivClassName
{
background-color: #DA3795;
}
.BgClassName
{
background-color: #DA3795;
}
</style>
border-color css
<style>
span { border-color: #DA3795; }
span { border-color: rgb(218,55,149); }
td.TdClassName
{
border-color: #DA3795;
}
.TagClassName
{
border-color: #DA3795;
}
</style>