Shades of Deep Cerise #DA2195
Tints of Deep Cerise #DA2195
RGB
CMYK
RGB Variations
Color information
#DA2195 (or 0xDA2195) is known color: Deep Cerise. HEX triplet: DA, 21 and 95. RGB value is (218,33,149). Sum of RGB (Red+Green+Blue) = 218+33+149=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2195 is #25DE6A. Grayscale: #656565. Windows color (decimal): -2481771 or 9773530. OLE color: 9773530.
HSL color Cylindrical-coordinate representation of color #DA2195: hue angle of 322.38º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2195 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 149 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.15 |
| HSL | 322.38º | 0.74% | 0.49% | - |
| HSV(B) | 322.38º | 0.85% | 0.85% | - |
| XYZ | 34.88 | 18.16 | 30.1 | - |
| YUV | 101.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 149 | 0 | 0.85 | 0.32 | 0.15 | 322.38 | 0.74 | 0.49 |
| Hex | DA | 21 | 95 | 0 | 55 | 20 | F | 142 | 4A | 31 |
| Octal | 332 | 41 | 225 | 0 | 125 | 40 | 17 | 502 | 112 | 61 |
| Binary | 11011010 | 100001 | 10010101 | 0 | 1010101 | 100000 | 1111 | 101000010 | 1001010 | 110001 |
Color Harmonies of #DA2195
Complementary color
Monochromatic Colors of #DA2195
Black with #DA2195
Text Example
Text Example
White with #DA2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2195; }
p { color: rgb(218,33,149); }
H1.HeaderClassName
{
color: #DA2195;
}
.AnyTagClassName
{
color: #DA2195;
}
</style>
background-color css
<style>
a { background-color: #DA2195; }
a { background-color: rgb(218,33,149); }
div.DivClassName
{
background-color: #DA2195;
}
.BgClassName
{
background-color: #DA2195;
}
</style>
border-color css
<style>
span { border-color: #DA2195; }
span { border-color: rgb(218,33,149); }
td.TdClassName
{
border-color: #DA2195;
}
.TagClassName
{
border-color: #DA2195;
}
</style>