Shades of Deep Cerise #DA2882
Tints of Deep Cerise #DA2882
RGB
CMYK
RGB Variations
Color information
#DA2882 (or 0xDA2882) is known color: Deep Cerise. HEX triplet: DA, 28 and 82. RGB value is (218,40,130). Sum of RGB (Red+Green+Blue) = 218+40+130=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2882 is #25D77D. Grayscale: #676767. Windows color (decimal): -2479998 or 8530138. OLE color: 8530138.
HSL color Cylindrical-coordinate representation of color #DA2882: hue angle of 329.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2882 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 130 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.15 |
| HSL | 329.66º | 0.71% | 0.51% | - |
| HSV(B) | 329.66º | 0.82% | 0.85% | - |
| XYZ | 33.7 | 18.03 | 22.82 | - |
| YUV | 103.48 | 142.97 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 130 | 0 | 0.82 | 0.40 | 0.15 | 329.66 | 0.71 | 0.51 |
| Hex | DA | 28 | 82 | 0 | 52 | 28 | F | 14A | 47 | 33 |
| Octal | 332 | 50 | 202 | 0 | 122 | 50 | 17 | 512 | 107 | 63 |
| Binary | 11011010 | 101000 | 10000010 | 0 | 1010010 | 101000 | 1111 | 101001010 | 1000111 | 110011 |
Color Harmonies of #DA2882
Complementary color
Monochromatic Colors of #DA2882
Black with #DA2882
Text Example
Text Example
White with #DA2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2882; }
p { color: rgb(218,40,130); }
H1.HeaderClassName
{
color: #DA2882;
}
.AnyTagClassName
{
color: #DA2882;
}
</style>
background-color css
<style>
a { background-color: #DA2882; }
a { background-color: rgb(218,40,130); }
div.DivClassName
{
background-color: #DA2882;
}
.BgClassName
{
background-color: #DA2882;
}
</style>
border-color css
<style>
span { border-color: #DA2882; }
span { border-color: rgb(218,40,130); }
td.TdClassName
{
border-color: #DA2882;
}
.TagClassName
{
border-color: #DA2882;
}
</style>