Shades of Deep Cerise #DA2F9F
Tints of Deep Cerise #DA2F9F
RGB
CMYK
RGB Variations
Color information
#DA2F9F (or 0xDA2F9F) is known color: Deep Cerise. HEX triplet: DA, 2F and 9F. RGB value is (218,47,159). Sum of RGB (Red+Green+Blue) = 218+47+159=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F9F is #25D060. Grayscale: #6E6E6E. Windows color (decimal): -2478177 or 10432474. OLE color: 10432474.
HSL color Cylindrical-coordinate representation of color #DA2F9F: hue angle of 320.7º 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 #DA2F9F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 159 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.15 |
| HSL | 320.7º | 0.7% | 0.52% | - |
| HSV(B) | 320.7º | 0.78% | 0.85% | - |
| XYZ | 36.19 | 19.44 | 34.65 | - |
| YUV | 110.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 159 | 0 | 0.78 | 0.27 | 0.15 | 320.7 | 0.7 | 0.52 |
| Hex | DA | 2F | 9F | 0 | 4E | 1B | F | 141 | 46 | 34 |
| Octal | 332 | 57 | 237 | 0 | 116 | 33 | 17 | 501 | 106 | 64 |
| Binary | 11011010 | 101111 | 10011111 | 0 | 1001110 | 11011 | 1111 | 101000001 | 1000110 | 110100 |
Color Harmonies of #DA2F9F
Complementary color
Monochromatic Colors of #DA2F9F
Black with #DA2F9F
Text Example
Text Example
White with #DA2F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F9F; }
p { color: rgb(218,47,159); }
H1.HeaderClassName
{
color: #DA2F9F;
}
.AnyTagClassName
{
color: #DA2F9F;
}
</style>
background-color css
<style>
a { background-color: #DA2F9F; }
a { background-color: rgb(218,47,159); }
div.DivClassName
{
background-color: #DA2F9F;
}
.BgClassName
{
background-color: #DA2F9F;
}
</style>
border-color css
<style>
span { border-color: #DA2F9F; }
span { border-color: rgb(218,47,159); }
td.TdClassName
{
border-color: #DA2F9F;
}
.TagClassName
{
border-color: #DA2F9F;
}
</style>