Shades of Deep Cerise #DA2781
Tints of Deep Cerise #DA2781
RGB
CMYK
RGB Variations
Color information
#DA2781 (or 0xDA2781) is known color: Deep Cerise. HEX triplet: DA, 27 and 81. RGB value is (218,39,129). Sum of RGB (Red+Green+Blue) = 218+39+129=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2781 is #25D87E. Grayscale: #666666. Windows color (decimal): -2480255 or 8464346. OLE color: 8464346.
HSL color Cylindrical-coordinate representation of color #DA2781: hue angle of 329.83º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2781 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 129 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.15 |
| HSL | 329.83º | 0.71% | 0.5% | - |
| HSV(B) | 329.83º | 0.82% | 0.85% | - |
| XYZ | 33.6 | 17.94 | 22.46 | - |
| YUV | 102.78 | 142.8 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 129 | 0 | 0.82 | 0.41 | 0.15 | 329.83 | 0.71 | 0.5 |
| Hex | DA | 27 | 81 | 0 | 52 | 29 | F | 14A | 47 | 32 |
| Octal | 332 | 47 | 201 | 0 | 122 | 51 | 17 | 512 | 107 | 62 |
| Binary | 11011010 | 100111 | 10000001 | 0 | 1010010 | 101001 | 1111 | 101001010 | 1000111 | 110010 |
Color Harmonies of #DA2781
Complementary color
Monochromatic Colors of #DA2781
Black with #DA2781
Text Example
Text Example
White with #DA2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2781; }
p { color: rgb(218,39,129); }
H1.HeaderClassName
{
color: #DA2781;
}
.AnyTagClassName
{
color: #DA2781;
}
</style>
background-color css
<style>
a { background-color: #DA2781; }
a { background-color: rgb(218,39,129); }
div.DivClassName
{
background-color: #DA2781;
}
.BgClassName
{
background-color: #DA2781;
}
</style>
border-color css
<style>
span { border-color: #DA2781; }
span { border-color: rgb(218,39,129); }
td.TdClassName
{
border-color: #DA2781;
}
.TagClassName
{
border-color: #DA2781;
}
</style>