Shades of Deep Cerise #DA2F89
Tints of Deep Cerise #DA2F89
RGB
CMYK
RGB Variations
Color information
#DA2F89 (or 0xDA2F89) is known color: Deep Cerise. HEX triplet: DA, 2F and 89. RGB value is (218,47,137). Sum of RGB (Red+Green+Blue) = 218+47+137=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F89 is #25D076. Grayscale: #6C6C6C. Windows color (decimal): -2478199 or 8990682. OLE color: 8990682.
HSL color Cylindrical-coordinate representation of color #DA2F89: hue angle of 328.42º 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 #DA2F89 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 137 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.15 |
| HSL | 328.42º | 0.7% | 0.52% | - |
| HSV(B) | 328.42º | 0.78% | 0.85% | - |
| XYZ | 34.45 | 18.74 | 25.47 | - |
| YUV | 108.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 137 | 0 | 0.78 | 0.37 | 0.15 | 328.42 | 0.7 | 0.52 |
| Hex | DA | 2F | 89 | 0 | 4E | 25 | F | 148 | 46 | 34 |
| Octal | 332 | 57 | 211 | 0 | 116 | 45 | 17 | 510 | 106 | 64 |
| Binary | 11011010 | 101111 | 10001001 | 0 | 1001110 | 100101 | 1111 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DA2F89
Complementary color
Monochromatic Colors of #DA2F89
Black with #DA2F89
Text Example
Text Example
White with #DA2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F89; }
p { color: rgb(218,47,137); }
H1.HeaderClassName
{
color: #DA2F89;
}
.AnyTagClassName
{
color: #DA2F89;
}
</style>
background-color css
<style>
a { background-color: #DA2F89; }
a { background-color: rgb(218,47,137); }
div.DivClassName
{
background-color: #DA2F89;
}
.BgClassName
{
background-color: #DA2F89;
}
</style>
border-color css
<style>
span { border-color: #DA2F89; }
span { border-color: rgb(218,47,137); }
td.TdClassName
{
border-color: #DA2F89;
}
.TagClassName
{
border-color: #DA2F89;
}
</style>