Shades of Deep Cerise #DA3791
Tints of Deep Cerise #DA3791
RGB
CMYK
RGB Variations
Color information
#DA3791 (or 0xDA3791) is known color: Deep Cerise. HEX triplet: DA, 37 and 91. RGB value is (218,55,145). Sum of RGB (Red+Green+Blue) = 218+55+145=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3791 is #25C86E. Grayscale: #717171. Windows color (decimal): -2476143 or 9517018. OLE color: 9517018.
HSL color Cylindrical-coordinate representation of color #DA3791: hue angle of 326.87º 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 #DA3791 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 145 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.15 |
| HSL | 326.87º | 0.69% | 0.54% | - |
| HSV(B) | 326.87º | 0.75% | 0.85% | - |
| XYZ | 35.39 | 19.68 | 28.72 | - |
| YUV | 114 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 145 | 0 | 0.75 | 0.33 | 0.15 | 326.87 | 0.69 | 0.54 |
| Hex | DA | 37 | 91 | 0 | 4B | 21 | F | 147 | 45 | 36 |
| Octal | 332 | 67 | 221 | 0 | 113 | 41 | 17 | 507 | 105 | 66 |
| Binary | 11011010 | 110111 | 10010001 | 0 | 1001011 | 100001 | 1111 | 101000111 | 1000101 | 110110 |
Color Harmonies of #DA3791
Complementary color
Monochromatic Colors of #DA3791
Black with #DA3791
Text Example
Text Example
White with #DA3791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3791; }
p { color: rgb(218,55,145); }
H1.HeaderClassName
{
color: #DA3791;
}
.AnyTagClassName
{
color: #DA3791;
}
</style>
background-color css
<style>
a { background-color: #DA3791; }
a { background-color: rgb(218,55,145); }
div.DivClassName
{
background-color: #DA3791;
}
.BgClassName
{
background-color: #DA3791;
}
</style>
border-color css
<style>
span { border-color: #DA3791; }
span { border-color: rgb(218,55,145); }
td.TdClassName
{
border-color: #DA3791;
}
.TagClassName
{
border-color: #DA3791;
}
</style>