Shades of Deep Cerise #DA2F98
Tints of Deep Cerise #DA2F98
RGB
CMYK
RGB Variations
Color information
#DA2F98 (or 0xDA2F98) is known color: Deep Cerise. HEX triplet: DA, 2F and 98. RGB value is (218,47,152). Sum of RGB (Red+Green+Blue) = 218+47+152=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F98 is #25D067. Grayscale: #6D6D6D. Windows color (decimal): -2478184 or 9973722. OLE color: 9973722.
HSL color Cylindrical-coordinate representation of color #DA2F98: hue angle of 323.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F98 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 152 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.15 |
| HSL | 323.16º | 0.7% | 0.52% | - |
| HSV(B) | 323.16º | 0.78% | 0.85% | - |
| XYZ | 35.6 | 19.21 | 31.54 | - |
| YUV | 110.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 152 | 0 | 0.78 | 0.30 | 0.15 | 323.16 | 0.7 | 0.52 |
| Hex | DA | 2F | 98 | 0 | 4E | 1E | F | 143 | 46 | 34 |
| Octal | 332 | 57 | 230 | 0 | 116 | 36 | 17 | 503 | 106 | 64 |
| Binary | 11011010 | 101111 | 10011000 | 0 | 1001110 | 11110 | 1111 | 101000011 | 1000110 | 110100 |
Color Harmonies of #DA2F98
Complementary color
Monochromatic Colors of #DA2F98
Black with #DA2F98
Text Example
Text Example
White with #DA2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F98; }
p { color: rgb(218,47,152); }
H1.HeaderClassName
{
color: #DA2F98;
}
.AnyTagClassName
{
color: #DA2F98;
}
</style>
background-color css
<style>
a { background-color: #DA2F98; }
a { background-color: rgb(218,47,152); }
div.DivClassName
{
background-color: #DA2F98;
}
.BgClassName
{
background-color: #DA2F98;
}
</style>
border-color css
<style>
span { border-color: #DA2F98; }
span { border-color: rgb(218,47,152); }
td.TdClassName
{
border-color: #DA2F98;
}
.TagClassName
{
border-color: #DA2F98;
}
</style>