Shades of Deep Cerise #DA2993
Tints of Deep Cerise #DA2993
RGB
CMYK
RGB Variations
Color information
#DA2993 (or 0xDA2993) is known color: Deep Cerise. HEX triplet: DA, 29 and 93. RGB value is (218,41,147). Sum of RGB (Red+Green+Blue) = 218+41+147=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2993 is #25D66C. Grayscale: #696969. Windows color (decimal): -2479725 or 9644506. OLE color: 9644506.
HSL color Cylindrical-coordinate representation of color #DA2993: hue angle of 324.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2993 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 147 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.15 |
| HSL | 324.07º | 0.71% | 0.51% | - |
| HSV(B) | 324.07º | 0.81% | 0.85% | - |
| XYZ | 34.97 | 18.6 | 29.35 | - |
| YUV | 106.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 147 | 0 | 0.81 | 0.33 | 0.15 | 324.07 | 0.71 | 0.51 |
| Hex | DA | 29 | 93 | 0 | 51 | 21 | F | 144 | 47 | 33 |
| Octal | 332 | 51 | 223 | 0 | 121 | 41 | 17 | 504 | 107 | 63 |
| Binary | 11011010 | 101001 | 10010011 | 0 | 1010001 | 100001 | 1111 | 101000100 | 1000111 | 110011 |
Color Harmonies of #DA2993
Complementary color
Monochromatic Colors of #DA2993
Black with #DA2993
Text Example
Text Example
White with #DA2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2993; }
p { color: rgb(218,41,147); }
H1.HeaderClassName
{
color: #DA2993;
}
.AnyTagClassName
{
color: #DA2993;
}
</style>
background-color css
<style>
a { background-color: #DA2993; }
a { background-color: rgb(218,41,147); }
div.DivClassName
{
background-color: #DA2993;
}
.BgClassName
{
background-color: #DA2993;
}
</style>
border-color css
<style>
span { border-color: #DA2993; }
span { border-color: rgb(218,41,147); }
td.TdClassName
{
border-color: #DA2993;
}
.TagClassName
{
border-color: #DA2993;
}
</style>