Shades of Deep Cerise #DA2895
Tints of Deep Cerise #DA2895
RGB
CMYK
RGB Variations
Color information
#DA2895 (or 0xDA2895) is known color: Deep Cerise. HEX triplet: DA, 28 and 95. RGB value is (218,40,149). Sum of RGB (Red+Green+Blue) = 218+40+149=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2895 is #25D76A. Grayscale: #696969. Windows color (decimal): -2479979 or 9775322. OLE color: 9775322.
HSL color Cylindrical-coordinate representation of color #DA2895: hue angle of 323.26º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2895 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 149 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.15 |
| HSL | 323.26º | 0.71% | 0.51% | - |
| HSV(B) | 323.26º | 0.82% | 0.85% | - |
| XYZ | 35.1 | 18.59 | 30.17 | - |
| YUV | 105.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 149 | 0 | 0.82 | 0.32 | 0.15 | 323.26 | 0.71 | 0.51 |
| Hex | DA | 28 | 95 | 0 | 52 | 20 | F | 143 | 47 | 33 |
| Octal | 332 | 50 | 225 | 0 | 122 | 40 | 17 | 503 | 107 | 63 |
| Binary | 11011010 | 101000 | 10010101 | 0 | 1010010 | 100000 | 1111 | 101000011 | 1000111 | 110011 |
Color Harmonies of #DA2895
Complementary color
Monochromatic Colors of #DA2895
Black with #DA2895
Text Example
Text Example
White with #DA2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2895; }
p { color: rgb(218,40,149); }
H1.HeaderClassName
{
color: #DA2895;
}
.AnyTagClassName
{
color: #DA2895;
}
</style>
background-color css
<style>
a { background-color: #DA2895; }
a { background-color: rgb(218,40,149); }
div.DivClassName
{
background-color: #DA2895;
}
.BgClassName
{
background-color: #DA2895;
}
</style>
border-color css
<style>
span { border-color: #DA2895; }
span { border-color: rgb(218,40,149); }
td.TdClassName
{
border-color: #DA2895;
}
.TagClassName
{
border-color: #DA2895;
}
</style>