Shades of Deep Cerise #DA2295
Tints of Deep Cerise #DA2295
RGB
CMYK
RGB Variations
Color information
#DA2295 (or 0xDA2295) is known color: Deep Cerise. HEX triplet: DA, 22 and 95. RGB value is (218,34,149). Sum of RGB (Red+Green+Blue) = 218+34+149=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2295 is #25DD6A. Grayscale: #656565. Windows color (decimal): -2481515 or 9773786. OLE color: 9773786.
HSL color Cylindrical-coordinate representation of color #DA2295: hue angle of 322.5º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2295 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 149 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.15 |
| HSL | 322.5º | 0.73% | 0.49% | - |
| HSV(B) | 322.5º | 0.84% | 0.85% | - |
| XYZ | 34.91 | 18.22 | 30.11 | - |
| YUV | 102.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 149 | 0 | 0.84 | 0.32 | 0.15 | 322.5 | 0.73 | 0.49 |
| Hex | DA | 22 | 95 | 0 | 54 | 20 | F | 142 | 49 | 31 |
| Octal | 332 | 42 | 225 | 0 | 124 | 40 | 17 | 502 | 111 | 61 |
| Binary | 11011010 | 100010 | 10010101 | 0 | 1010100 | 100000 | 1111 | 101000010 | 1001001 | 110001 |
Color Harmonies of #DA2295
Complementary color
Monochromatic Colors of #DA2295
Black with #DA2295
Text Example
Text Example
White with #DA2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2295; }
p { color: rgb(218,34,149); }
H1.HeaderClassName
{
color: #DA2295;
}
.AnyTagClassName
{
color: #DA2295;
}
</style>
background-color css
<style>
a { background-color: #DA2295; }
a { background-color: rgb(218,34,149); }
div.DivClassName
{
background-color: #DA2295;
}
.BgClassName
{
background-color: #DA2295;
}
</style>
border-color css
<style>
span { border-color: #DA2295; }
span { border-color: rgb(218,34,149); }
td.TdClassName
{
border-color: #DA2295;
}
.TagClassName
{
border-color: #DA2295;
}
</style>