Shades of Deep Cerise #DA2095
Tints of Deep Cerise #DA2095
RGB
CMYK
RGB Variations
Color information
#DA2095 (or 0xDA2095) is known color: Deep Cerise. HEX triplet: DA, 20 and 95. RGB value is (218,32,149). Sum of RGB (Red+Green+Blue) = 218+32+149=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2095 is #25DF6A. Grayscale: #646464. Windows color (decimal): -2482027 or 9773274. OLE color: 9773274.
HSL color Cylindrical-coordinate representation of color #DA2095: hue angle of 322.26º 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 #DA2095 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 149 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.15 |
| HSL | 322.26º | 0.74% | 0.49% | - |
| HSV(B) | 322.26º | 0.85% | 0.85% | - |
| XYZ | 34.85 | 18.11 | 30.09 | - |
| YUV | 100.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 149 | 0 | 0.85 | 0.32 | 0.15 | 322.26 | 0.74 | 0.49 |
| Hex | DA | 20 | 95 | 0 | 55 | 20 | F | 142 | 4A | 31 |
| Octal | 332 | 40 | 225 | 0 | 125 | 40 | 17 | 502 | 112 | 61 |
| Binary | 11011010 | 100000 | 10010101 | 0 | 1010101 | 100000 | 1111 | 101000010 | 1001010 | 110001 |
Color Harmonies of #DA2095
Complementary color
Monochromatic Colors of #DA2095
Black with #DA2095
Text Example
Text Example
White with #DA2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2095; }
p { color: rgb(218,32,149); }
H1.HeaderClassName
{
color: #DA2095;
}
.AnyTagClassName
{
color: #DA2095;
}
</style>
background-color css
<style>
a { background-color: #DA2095; }
a { background-color: rgb(218,32,149); }
div.DivClassName
{
background-color: #DA2095;
}
.BgClassName
{
background-color: #DA2095;
}
</style>
border-color css
<style>
span { border-color: #DA2095; }
span { border-color: rgb(218,32,149); }
td.TdClassName
{
border-color: #DA2095;
}
.TagClassName
{
border-color: #DA2095;
}
</style>