Shades of Deep Cerise #DA2982
Tints of Deep Cerise #DA2982
RGB
CMYK
RGB Variations
Color information
#DA2982 (or 0xDA2982) is known color: Deep Cerise. HEX triplet: DA, 29 and 82. RGB value is (218,41,130). Sum of RGB (Red+Green+Blue) = 218+41+130=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2982 is #25D67D. Grayscale: #676767. Windows color (decimal): -2479742 or 8530394. OLE color: 8530394.
HSL color Cylindrical-coordinate representation of color #DA2982: hue angle of 329.83º degrees, saturation: 0.71, 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 #DA2982 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 130 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.15 |
| HSL | 329.83º | 0.71% | 0.51% | - |
| HSV(B) | 329.83º | 0.81% | 0.85% | - |
| XYZ | 33.74 | 18.1 | 22.84 | - |
| YUV | 104.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 130 | 0 | 0.81 | 0.40 | 0.15 | 329.83 | 0.71 | 0.51 |
| Hex | DA | 29 | 82 | 0 | 51 | 28 | F | 14A | 47 | 33 |
| Octal | 332 | 51 | 202 | 0 | 121 | 50 | 17 | 512 | 107 | 63 |
| Binary | 11011010 | 101001 | 10000010 | 0 | 1010001 | 101000 | 1111 | 101001010 | 1000111 | 110011 |
Color Harmonies of #DA2982
Complementary color
Monochromatic Colors of #DA2982
Black with #DA2982
Text Example
Text Example
White with #DA2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2982; }
p { color: rgb(218,41,130); }
H1.HeaderClassName
{
color: #DA2982;
}
.AnyTagClassName
{
color: #DA2982;
}
</style>
background-color css
<style>
a { background-color: #DA2982; }
a { background-color: rgb(218,41,130); }
div.DivClassName
{
background-color: #DA2982;
}
.BgClassName
{
background-color: #DA2982;
}
</style>
border-color css
<style>
span { border-color: #DA2982; }
span { border-color: rgb(218,41,130); }
td.TdClassName
{
border-color: #DA2982;
}
.TagClassName
{
border-color: #DA2982;
}
</style>