Shades of Deep Cerise #DA2F86
Tints of Deep Cerise #DA2F86
RGB
CMYK
RGB Variations
Color information
#DA2F86 (or 0xDA2F86) is known color: Deep Cerise. HEX triplet: DA, 2F and 86. RGB value is (218,47,134). Sum of RGB (Red+Green+Blue) = 218+47+134=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F86 is #25D079. Grayscale: #6B6B6B. Windows color (decimal): -2478202 or 8794074. OLE color: 8794074.
HSL color Cylindrical-coordinate representation of color #DA2F86: hue angle of 329.47º 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 #DA2F86 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 134 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.15 |
| HSL | 329.47º | 0.7% | 0.52% | - |
| HSV(B) | 329.47º | 0.78% | 0.85% | - |
| XYZ | 34.23 | 18.66 | 24.35 | - |
| YUV | 108.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 134 | 0 | 0.78 | 0.39 | 0.15 | 329.47 | 0.7 | 0.52 |
| Hex | DA | 2F | 86 | 0 | 4E | 27 | F | 149 | 46 | 34 |
| Octal | 332 | 57 | 206 | 0 | 116 | 47 | 17 | 511 | 106 | 64 |
| Binary | 11011010 | 101111 | 10000110 | 0 | 1001110 | 100111 | 1111 | 101001001 | 1000110 | 110100 |
Color Harmonies of #DA2F86
Complementary color
Monochromatic Colors of #DA2F86
Black with #DA2F86
Text Example
Text Example
White with #DA2F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F86; }
p { color: rgb(218,47,134); }
H1.HeaderClassName
{
color: #DA2F86;
}
.AnyTagClassName
{
color: #DA2F86;
}
</style>
background-color css
<style>
a { background-color: #DA2F86; }
a { background-color: rgb(218,47,134); }
div.DivClassName
{
background-color: #DA2F86;
}
.BgClassName
{
background-color: #DA2F86;
}
</style>
border-color css
<style>
span { border-color: #DA2F86; }
span { border-color: rgb(218,47,134); }
td.TdClassName
{
border-color: #DA2F86;
}
.TagClassName
{
border-color: #DA2F86;
}
</style>