Shades of Deep Cerise #DA2980
Tints of Deep Cerise #DA2980
RGB
CMYK
RGB Variations
Color information
#DA2980 (or 0xDA2980) is known color: Deep Cerise. HEX triplet: DA, 29 and 80. RGB value is (218,41,128). Sum of RGB (Red+Green+Blue) = 218+41+128=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2980 is #25D67F. Grayscale: #676767. Windows color (decimal): -2479744 or 8399322. OLE color: 8399322.
HSL color Cylindrical-coordinate representation of color #DA2980: hue angle of 330.51º 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 #DA2980 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 128 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.15 |
| HSL | 330.51º | 0.71% | 0.51% | - |
| HSV(B) | 330.51º | 0.81% | 0.85% | - |
| XYZ | 33.6 | 18.05 | 22.13 | - |
| YUV | 103.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 128 | 0 | 0.81 | 0.41 | 0.15 | 330.51 | 0.71 | 0.51 |
| Hex | DA | 29 | 80 | 0 | 51 | 29 | F | 14B | 47 | 33 |
| Octal | 332 | 51 | 200 | 0 | 121 | 51 | 17 | 513 | 107 | 63 |
| Binary | 11011010 | 101001 | 10000000 | 0 | 1010001 | 101001 | 1111 | 101001011 | 1000111 | 110011 |
Color Harmonies of #DA2980
Complementary color
Monochromatic Colors of #DA2980
Black with #DA2980
Text Example
Text Example
White with #DA2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2980; }
p { color: rgb(218,41,128); }
H1.HeaderClassName
{
color: #DA2980;
}
.AnyTagClassName
{
color: #DA2980;
}
</style>
background-color css
<style>
a { background-color: #DA2980; }
a { background-color: rgb(218,41,128); }
div.DivClassName
{
background-color: #DA2980;
}
.BgClassName
{
background-color: #DA2980;
}
</style>
border-color css
<style>
span { border-color: #DA2980; }
span { border-color: rgb(218,41,128); }
td.TdClassName
{
border-color: #DA2980;
}
.TagClassName
{
border-color: #DA2980;
}
</style>