Shades of Deep Cerise #DA2F94
Tints of Deep Cerise #DA2F94
RGB
CMYK
RGB Variations
Color information
#DA2F94 (or 0xDA2F94) is known color: Deep Cerise. HEX triplet: DA, 2F and 94. RGB value is (218,47,148). Sum of RGB (Red+Green+Blue) = 218+47+148=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F94 is #25D06B. Grayscale: #6D6D6D. Windows color (decimal): -2478188 or 9711578. OLE color: 9711578.
HSL color Cylindrical-coordinate representation of color #DA2F94: hue angle of 324.56º 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 #DA2F94 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 148 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.15 |
| HSL | 324.56º | 0.7% | 0.52% | - |
| HSV(B) | 324.56º | 0.78% | 0.85% | - |
| XYZ | 35.28 | 19.08 | 29.84 | - |
| YUV | 109.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 148 | 0 | 0.78 | 0.32 | 0.15 | 324.56 | 0.7 | 0.52 |
| Hex | DA | 2F | 94 | 0 | 4E | 20 | F | 145 | 46 | 34 |
| Octal | 332 | 57 | 224 | 0 | 116 | 40 | 17 | 505 | 106 | 64 |
| Binary | 11011010 | 101111 | 10010100 | 0 | 1001110 | 100000 | 1111 | 101000101 | 1000110 | 110100 |
Color Harmonies of #DA2F94
Complementary color
Monochromatic Colors of #DA2F94
Black with #DA2F94
Text Example
Text Example
White with #DA2F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F94; }
p { color: rgb(218,47,148); }
H1.HeaderClassName
{
color: #DA2F94;
}
.AnyTagClassName
{
color: #DA2F94;
}
</style>
background-color css
<style>
a { background-color: #DA2F94; }
a { background-color: rgb(218,47,148); }
div.DivClassName
{
background-color: #DA2F94;
}
.BgClassName
{
background-color: #DA2F94;
}
</style>
border-color css
<style>
span { border-color: #DA2F94; }
span { border-color: rgb(218,47,148); }
td.TdClassName
{
border-color: #DA2F94;
}
.TagClassName
{
border-color: #DA2F94;
}
</style>