Shades of Deep Cerise #DA3799
Tints of Deep Cerise #DA3799
RGB
CMYK
RGB Variations
Color information
#DA3799 (or 0xDA3799) is known color: Deep Cerise. HEX triplet: DA, 37 and 99. RGB value is (218,55,153). Sum of RGB (Red+Green+Blue) = 218+55+153=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3799 is #25C866. Grayscale: #727272. Windows color (decimal): -2476135 or 10041306. OLE color: 10041306.
HSL color Cylindrical-coordinate representation of color #DA3799: hue angle of 323.93º 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 #DA3799 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 153 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.15 |
| HSL | 323.93º | 0.69% | 0.54% | - |
| HSV(B) | 323.93º | 0.75% | 0.85% | - |
| XYZ | 36.03 | 19.94 | 32.09 | - |
| YUV | 114.91 | 149.5 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 153 | 0 | 0.75 | 0.30 | 0.15 | 323.93 | 0.69 | 0.54 |
| Hex | DA | 37 | 99 | 0 | 4B | 1E | F | 144 | 45 | 36 |
| Octal | 332 | 67 | 231 | 0 | 113 | 36 | 17 | 504 | 105 | 66 |
| Binary | 11011010 | 110111 | 10011001 | 0 | 1001011 | 11110 | 1111 | 101000100 | 1000101 | 110110 |
Color Harmonies of #DA3799
Complementary color
Monochromatic Colors of #DA3799
Black with #DA3799
Text Example
Text Example
White with #DA3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3799; }
p { color: rgb(218,55,153); }
H1.HeaderClassName
{
color: #DA3799;
}
.AnyTagClassName
{
color: #DA3799;
}
</style>
background-color css
<style>
a { background-color: #DA3799; }
a { background-color: rgb(218,55,153); }
div.DivClassName
{
background-color: #DA3799;
}
.BgClassName
{
background-color: #DA3799;
}
</style>
border-color css
<style>
span { border-color: #DA3799; }
span { border-color: rgb(218,55,153); }
td.TdClassName
{
border-color: #DA3799;
}
.TagClassName
{
border-color: #DA3799;
}
</style>