Shades of Deep Cerise #DA2A83
Tints of Deep Cerise #DA2A83
RGB
CMYK
RGB Variations
Color information
#DA2A83 (or 0xDA2A83) is known color: Deep Cerise. HEX triplet: DA, 2A and 83. RGB value is (218,42,131). Sum of RGB (Red+Green+Blue) = 218+42+131=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A83 is #25D57C. Grayscale: #686868. Windows color (decimal): -2479485 or 8596186. OLE color: 8596186.
HSL color Cylindrical-coordinate representation of color #DA2A83: hue angle of 329.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A83 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 131 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.15 |
| HSL | 329.66º | 0.7% | 0.51% | - |
| HSV(B) | 329.66º | 0.81% | 0.85% | - |
| XYZ | 33.84 | 18.2 | 23.2 | - |
| YUV | 104.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 131 | 0 | 0.81 | 0.40 | 0.15 | 329.66 | 0.7 | 0.51 |
| Hex | DA | 2A | 83 | 0 | 51 | 28 | F | 14A | 46 | 33 |
| Octal | 332 | 52 | 203 | 0 | 121 | 50 | 17 | 512 | 106 | 63 |
| Binary | 11011010 | 101010 | 10000011 | 0 | 1010001 | 101000 | 1111 | 101001010 | 1000110 | 110011 |
Color Harmonies of #DA2A83
Complementary color
Monochromatic Colors of #DA2A83
Black with #DA2A83
Text Example
Text Example
White with #DA2A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A83; }
p { color: rgb(218,42,131); }
H1.HeaderClassName
{
color: #DA2A83;
}
.AnyTagClassName
{
color: #DA2A83;
}
</style>
background-color css
<style>
a { background-color: #DA2A83; }
a { background-color: rgb(218,42,131); }
div.DivClassName
{
background-color: #DA2A83;
}
.BgClassName
{
background-color: #DA2A83;
}
</style>
border-color css
<style>
span { border-color: #DA2A83; }
span { border-color: rgb(218,42,131); }
td.TdClassName
{
border-color: #DA2A83;
}
.TagClassName
{
border-color: #DA2A83;
}
</style>