Shades of Deep Cerise #DA3A91
Tints of Deep Cerise #DA3A91
RGB
CMYK
RGB Variations
Color information
#DA3A91 (or 0xDA3A91) is known color: Deep Cerise. HEX triplet: DA, 3A and 91. RGB value is (218,58,145). Sum of RGB (Red+Green+Blue) = 218+58+145=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3A91 is #25C56E. Grayscale: #737373. Windows color (decimal): -2475375 or 9517786. OLE color: 9517786.
HSL color Cylindrical-coordinate representation of color #DA3A91: hue angle of 327.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A91 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 145 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.15 |
| HSL | 327.38º | 0.68% | 0.54% | - |
| HSV(B) | 327.38º | 0.73% | 0.85% | - |
| XYZ | 35.54 | 19.98 | 28.77 | - |
| YUV | 115.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 145 | 0 | 0.73 | 0.33 | 0.15 | 327.38 | 0.68 | 0.54 |
| Hex | DA | 3A | 91 | 0 | 49 | 21 | F | 147 | 44 | 36 |
| Octal | 332 | 72 | 221 | 0 | 111 | 41 | 17 | 507 | 104 | 66 |
| Binary | 11011010 | 111010 | 10010001 | 0 | 1001001 | 100001 | 1111 | 101000111 | 1000100 | 110110 |
Color Harmonies of #DA3A91
Complementary color
Monochromatic Colors of #DA3A91
Black with #DA3A91
Text Example
Text Example
White with #DA3A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A91; }
p { color: rgb(218,58,145); }
H1.HeaderClassName
{
color: #DA3A91;
}
.AnyTagClassName
{
color: #DA3A91;
}
</style>
background-color css
<style>
a { background-color: #DA3A91; }
a { background-color: rgb(218,58,145); }
div.DivClassName
{
background-color: #DA3A91;
}
.BgClassName
{
background-color: #DA3A91;
}
</style>
border-color css
<style>
span { border-color: #DA3A91; }
span { border-color: rgb(218,58,145); }
td.TdClassName
{
border-color: #DA3A91;
}
.TagClassName
{
border-color: #DA3A91;
}
</style>