Shades of Deep Cerise #DA3796
Tints of Deep Cerise #DA3796
RGB
CMYK
RGB Variations
Color information
#DA3796 (or 0xDA3796) is known color: Deep Cerise. HEX triplet: DA, 37 and 96. RGB value is (218,55,150). Sum of RGB (Red+Green+Blue) = 218+55+150=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3796 is #25C869. Grayscale: #727272. Windows color (decimal): -2476138 or 9844698. OLE color: 9844698.
HSL color Cylindrical-coordinate representation of color #DA3796: hue angle of 325.03º 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 #DA3796 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 150 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.15 |
| HSL | 325.03º | 0.69% | 0.54% | - |
| HSV(B) | 325.03º | 0.75% | 0.85% | - |
| XYZ | 35.78 | 19.84 | 30.8 | - |
| YUV | 114.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 150 | 0 | 0.75 | 0.31 | 0.15 | 325.03 | 0.69 | 0.54 |
| Hex | DA | 37 | 96 | 0 | 4B | 1F | F | 145 | 45 | 36 |
| Octal | 332 | 67 | 226 | 0 | 113 | 37 | 17 | 505 | 105 | 66 |
| Binary | 11011010 | 110111 | 10010110 | 0 | 1001011 | 11111 | 1111 | 101000101 | 1000101 | 110110 |
Color Harmonies of #DA3796
Complementary color
Monochromatic Colors of #DA3796
Black with #DA3796
Text Example
Text Example
White with #DA3796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3796; }
p { color: rgb(218,55,150); }
H1.HeaderClassName
{
color: #DA3796;
}
.AnyTagClassName
{
color: #DA3796;
}
</style>
background-color css
<style>
a { background-color: #DA3796; }
a { background-color: rgb(218,55,150); }
div.DivClassName
{
background-color: #DA3796;
}
.BgClassName
{
background-color: #DA3796;
}
</style>
border-color css
<style>
span { border-color: #DA3796; }
span { border-color: rgb(218,55,150); }
td.TdClassName
{
border-color: #DA3796;
}
.TagClassName
{
border-color: #DA3796;
}
</style>