Shades of Deep Cerise #DA3E95
Tints of Deep Cerise #DA3E95
RGB
CMYK
RGB Variations
Color information
#DA3E95 (or 0xDA3E95) is known color: Deep Cerise. HEX triplet: DA, 3E and 95. RGB value is (218,62,149). Sum of RGB (Red+Green+Blue) = 218+62+149=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E95 is #25C16A. Grayscale: #767676. Windows color (decimal): -2474347 or 9780954. OLE color: 9780954.
HSL color Cylindrical-coordinate representation of color #DA3E95: hue angle of 326.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E95 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 149 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.15 |
| HSL | 326.54º | 0.68% | 0.55% | - |
| HSV(B) | 326.54º | 0.72% | 0.85% | - |
| XYZ | 36.06 | 20.52 | 30.49 | - |
| YUV | 118.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 149 | 0 | 0.72 | 0.32 | 0.15 | 326.54 | 0.68 | 0.55 |
| Hex | DA | 3E | 95 | 0 | 48 | 20 | F | 147 | 44 | 37 |
| Octal | 332 | 76 | 225 | 0 | 110 | 40 | 17 | 507 | 104 | 67 |
| Binary | 11011010 | 111110 | 10010101 | 0 | 1001000 | 100000 | 1111 | 101000111 | 1000100 | 110111 |
Color Harmonies of #DA3E95
Complementary color
Monochromatic Colors of #DA3E95
Black with #DA3E95
Text Example
Text Example
White with #DA3E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E95; }
p { color: rgb(218,62,149); }
H1.HeaderClassName
{
color: #DA3E95;
}
.AnyTagClassName
{
color: #DA3E95;
}
</style>
background-color css
<style>
a { background-color: #DA3E95; }
a { background-color: rgb(218,62,149); }
div.DivClassName
{
background-color: #DA3E95;
}
.BgClassName
{
background-color: #DA3E95;
}
</style>
border-color css
<style>
span { border-color: #DA3E95; }
span { border-color: rgb(218,62,149); }
td.TdClassName
{
border-color: #DA3E95;
}
.TagClassName
{
border-color: #DA3E95;
}
</style>