Shades of Deep Cerise #DA2F9A
Tints of Deep Cerise #DA2F9A
RGB
CMYK
RGB Variations
Color information
#DA2F9A (or 0xDA2F9A) is known color: Deep Cerise. HEX triplet: DA, 2F and 9A. RGB value is (218,47,154). Sum of RGB (Red+Green+Blue) = 218+47+154=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F9A is #25D065. Grayscale: #6E6E6E. Windows color (decimal): -2478182 or 10104794. OLE color: 10104794.
HSL color Cylindrical-coordinate representation of color #DA2F9A: hue angle of 322.46º 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 #DA2F9A is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 154 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.15 |
| HSL | 322.46º | 0.7% | 0.52% | - |
| HSV(B) | 322.46º | 0.78% | 0.85% | - |
| XYZ | 35.76 | 19.27 | 32.41 | - |
| YUV | 110.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 154 | 0 | 0.78 | 0.29 | 0.15 | 322.46 | 0.7 | 0.52 |
| Hex | DA | 2F | 9A | 0 | 4E | 1D | F | 142 | 46 | 34 |
| Octal | 332 | 57 | 232 | 0 | 116 | 35 | 17 | 502 | 106 | 64 |
| Binary | 11011010 | 101111 | 10011010 | 0 | 1001110 | 11101 | 1111 | 101000010 | 1000110 | 110100 |
Color Harmonies of #DA2F9A
Complementary color
Monochromatic Colors of #DA2F9A
Black with #DA2F9A
Text Example
Text Example
White with #DA2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F9A; }
p { color: rgb(218,47,154); }
H1.HeaderClassName
{
color: #DA2F9A;
}
.AnyTagClassName
{
color: #DA2F9A;
}
</style>
background-color css
<style>
a { background-color: #DA2F9A; }
a { background-color: rgb(218,47,154); }
div.DivClassName
{
background-color: #DA2F9A;
}
.BgClassName
{
background-color: #DA2F9A;
}
</style>
border-color css
<style>
span { border-color: #DA2F9A; }
span { border-color: rgb(218,47,154); }
td.TdClassName
{
border-color: #DA2F9A;
}
.TagClassName
{
border-color: #DA2F9A;
}
</style>