Shades of Deep Cerise #DA2D98
Tints of Deep Cerise #DA2D98
RGB
CMYK
RGB Variations
Color information
#DA2D98 (or 0xDA2D98) is known color: Deep Cerise. HEX triplet: DA, 2D and 98. RGB value is (218,45,152). Sum of RGB (Red+Green+Blue) = 218+45+152=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D98 is #25D267. Grayscale: #6C6C6C. Windows color (decimal): -2478696 or 9973210. OLE color: 9973210.
HSL color Cylindrical-coordinate representation of color #DA2D98: hue angle of 322.89º 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 #DA2D98 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 152 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.15 |
| HSL | 322.89º | 0.7% | 0.52% | - |
| HSV(B) | 322.89º | 0.79% | 0.85% | - |
| XYZ | 35.52 | 19.05 | 31.51 | - |
| YUV | 108.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 152 | 0 | 0.79 | 0.30 | 0.15 | 322.89 | 0.7 | 0.52 |
| Hex | DA | 2D | 98 | 0 | 4F | 1E | F | 143 | 46 | 34 |
| Octal | 332 | 55 | 230 | 0 | 117 | 36 | 17 | 503 | 106 | 64 |
| Binary | 11011010 | 101101 | 10011000 | 0 | 1001111 | 11110 | 1111 | 101000011 | 1000110 | 110100 |
Color Harmonies of #DA2D98
Complementary color
Monochromatic Colors of #DA2D98
Black with #DA2D98
Text Example
Text Example
White with #DA2D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D98; }
p { color: rgb(218,45,152); }
H1.HeaderClassName
{
color: #DA2D98;
}
.AnyTagClassName
{
color: #DA2D98;
}
</style>
background-color css
<style>
a { background-color: #DA2D98; }
a { background-color: rgb(218,45,152); }
div.DivClassName
{
background-color: #DA2D98;
}
.BgClassName
{
background-color: #DA2D98;
}
</style>
border-color css
<style>
span { border-color: #DA2D98; }
span { border-color: rgb(218,45,152); }
td.TdClassName
{
border-color: #DA2D98;
}
.TagClassName
{
border-color: #DA2D98;
}
</style>