Shades of Deep Cerise #DA2DA8
Tints of Deep Cerise #DA2DA8
RGB
CMYK
RGB Variations
Color information
#DA2DA8 (or 0xDA2DA8) is known color: Deep Cerise. HEX triplet: DA, 2D and A8. RGB value is (218,45,168). Sum of RGB (Red+Green+Blue) = 218+45+168=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DA8 is #25D257. Grayscale: #6E6E6E. Windows color (decimal): -2478680 or 11021786. OLE color: 11021786.
HSL color Cylindrical-coordinate representation of color #DA2DA8: hue angle of 317.34º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DA8 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 168 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.15 |
| HSL | 317.34º | 0.7% | 0.52% | - |
| HSV(B) | 317.34º | 0.79% | 0.85% | - |
| XYZ | 36.92 | 19.61 | 38.88 | - |
| YUV | 110.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 168 | 0 | 0.79 | 0.23 | 0.15 | 317.34 | 0.7 | 0.52 |
| Hex | DA | 2D | A8 | 0 | 4F | 17 | F | 13D | 46 | 34 |
| Octal | 332 | 55 | 250 | 0 | 117 | 27 | 17 | 475 | 106 | 64 |
| Binary | 11011010 | 101101 | 10101000 | 0 | 1001111 | 10111 | 1111 | 100111101 | 1000110 | 110100 |
Color Harmonies of #DA2DA8
Complementary color
Monochromatic Colors of #DA2DA8
Black with #DA2DA8
Text Example
Text Example
White with #DA2DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DA8; }
p { color: rgb(218,45,168); }
H1.HeaderClassName
{
color: #DA2DA8;
}
.AnyTagClassName
{
color: #DA2DA8;
}
</style>
background-color css
<style>
a { background-color: #DA2DA8; }
a { background-color: rgb(218,45,168); }
div.DivClassName
{
background-color: #DA2DA8;
}
.BgClassName
{
background-color: #DA2DA8;
}
</style>
border-color css
<style>
span { border-color: #DA2DA8; }
span { border-color: rgb(218,45,168); }
td.TdClassName
{
border-color: #DA2DA8;
}
.TagClassName
{
border-color: #DA2DA8;
}
</style>