Shades of Deep Cerise #DA3996
Tints of Deep Cerise #DA3996
RGB
CMYK
RGB Variations
Color information
#DA3996 (or 0xDA3996) is known color: Deep Cerise. HEX triplet: DA, 39 and 96. RGB value is (218,57,150). Sum of RGB (Red+Green+Blue) = 218+57+150=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3996 is #25C669. Grayscale: #737373. Windows color (decimal): -2475626 or 9845210. OLE color: 9845210.
HSL color Cylindrical-coordinate representation of color #DA3996: hue angle of 325.34º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3996 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 150 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.15 |
| HSL | 325.34º | 0.69% | 0.54% | - |
| HSV(B) | 325.34º | 0.74% | 0.85% | - |
| XYZ | 35.88 | 20.03 | 30.83 | - |
| YUV | 115.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 150 | 0 | 0.74 | 0.31 | 0.15 | 325.34 | 0.69 | 0.54 |
| Hex | DA | 39 | 96 | 0 | 4A | 1F | F | 145 | 45 | 36 |
| Octal | 332 | 71 | 226 | 0 | 112 | 37 | 17 | 505 | 105 | 66 |
| Binary | 11011010 | 111001 | 10010110 | 0 | 1001010 | 11111 | 1111 | 101000101 | 1000101 | 110110 |
Color Harmonies of #DA3996
Complementary color
Monochromatic Colors of #DA3996
Black with #DA3996
Text Example
Text Example
White with #DA3996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3996; }
p { color: rgb(218,57,150); }
H1.HeaderClassName
{
color: #DA3996;
}
.AnyTagClassName
{
color: #DA3996;
}
</style>
background-color css
<style>
a { background-color: #DA3996; }
a { background-color: rgb(218,57,150); }
div.DivClassName
{
background-color: #DA3996;
}
.BgClassName
{
background-color: #DA3996;
}
</style>
border-color css
<style>
span { border-color: #DA3996; }
span { border-color: rgb(218,57,150); }
td.TdClassName
{
border-color: #DA3996;
}
.TagClassName
{
border-color: #DA3996;
}
</style>