Shades of Deep Cerise #DA2F93
Tints of Deep Cerise #DA2F93
RGB
CMYK
RGB Variations
Color information
#DA2F93 (or 0xDA2F93) is known color: Deep Cerise. HEX triplet: DA, 2F and 93. RGB value is (218,47,147). Sum of RGB (Red+Green+Blue) = 218+47+147=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F93 is #25D06C. Grayscale: #6D6D6D. Windows color (decimal): -2478189 or 9646042. OLE color: 9646042.
HSL color Cylindrical-coordinate representation of color #DA2F93: hue angle of 324.91º 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 #DA2F93 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 147 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.15 |
| HSL | 324.91º | 0.7% | 0.52% | - |
| HSV(B) | 324.91º | 0.78% | 0.85% | - |
| XYZ | 35.2 | 19.05 | 29.42 | - |
| YUV | 109.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 147 | 0 | 0.78 | 0.33 | 0.15 | 324.91 | 0.7 | 0.52 |
| Hex | DA | 2F | 93 | 0 | 4E | 21 | F | 145 | 46 | 34 |
| Octal | 332 | 57 | 223 | 0 | 116 | 41 | 17 | 505 | 106 | 64 |
| Binary | 11011010 | 101111 | 10010011 | 0 | 1001110 | 100001 | 1111 | 101000101 | 1000110 | 110100 |
Color Harmonies of #DA2F93
Complementary color
Monochromatic Colors of #DA2F93
Black with #DA2F93
Text Example
Text Example
White with #DA2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F93; }
p { color: rgb(218,47,147); }
H1.HeaderClassName
{
color: #DA2F93;
}
.AnyTagClassName
{
color: #DA2F93;
}
</style>
background-color css
<style>
a { background-color: #DA2F93; }
a { background-color: rgb(218,47,147); }
div.DivClassName
{
background-color: #DA2F93;
}
.BgClassName
{
background-color: #DA2F93;
}
</style>
border-color css
<style>
span { border-color: #DA2F93; }
span { border-color: rgb(218,47,147); }
td.TdClassName
{
border-color: #DA2F93;
}
.TagClassName
{
border-color: #DA2F93;
}
</style>