Shades of Deep Cerise #DA3F91
Tints of Deep Cerise #DA3F91
RGB
CMYK
RGB Variations
Color information
#DA3F91 (or 0xDA3F91) is known color: Deep Cerise. HEX triplet: DA, 3F and 91. RGB value is (218,63,145). Sum of RGB (Red+Green+Blue) = 218+63+145=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F91 is #25C06E. Grayscale: #767676. Windows color (decimal): -2474095 or 9519066. OLE color: 9519066.
HSL color Cylindrical-coordinate representation of color #DA3F91: hue angle of 328.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F91 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 145 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.15 |
| HSL | 328.26º | 0.68% | 0.55% | - |
| HSV(B) | 328.26º | 0.71% | 0.85% | - |
| XYZ | 35.8 | 20.5 | 28.86 | - |
| YUV | 118.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 145 | 0 | 0.71 | 0.33 | 0.15 | 328.26 | 0.68 | 0.55 |
| Hex | DA | 3F | 91 | 0 | 47 | 21 | F | 148 | 44 | 37 |
| Octal | 332 | 77 | 221 | 0 | 107 | 41 | 17 | 510 | 104 | 67 |
| Binary | 11011010 | 111111 | 10010001 | 0 | 1000111 | 100001 | 1111 | 101001000 | 1000100 | 110111 |
Color Harmonies of #DA3F91
Complementary color
Monochromatic Colors of #DA3F91
Black with #DA3F91
Text Example
Text Example
White with #DA3F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F91; }
p { color: rgb(218,63,145); }
H1.HeaderClassName
{
color: #DA3F91;
}
.AnyTagClassName
{
color: #DA3F91;
}
</style>
background-color css
<style>
a { background-color: #DA3F91; }
a { background-color: rgb(218,63,145); }
div.DivClassName
{
background-color: #DA3F91;
}
.BgClassName
{
background-color: #DA3F91;
}
</style>
border-color css
<style>
span { border-color: #DA3F91; }
span { border-color: rgb(218,63,145); }
td.TdClassName
{
border-color: #DA3F91;
}
.TagClassName
{
border-color: #DA3F91;
}
</style>