Shades of Deep Cerise #DA2885
Tints of Deep Cerise #DA2885
RGB
CMYK
RGB Variations
Color information
#DA2885 (or 0xDA2885) is known color: Deep Cerise. HEX triplet: DA, 28 and 85. RGB value is (218,40,133). Sum of RGB (Red+Green+Blue) = 218+40+133=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2885 is #25D77A. Grayscale: #676767. Windows color (decimal): -2479995 or 8726746. OLE color: 8726746.
HSL color Cylindrical-coordinate representation of color #DA2885: hue angle of 328.65º 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 #DA2885 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 133 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.15 |
| HSL | 328.65º | 0.71% | 0.51% | - |
| HSV(B) | 328.65º | 0.82% | 0.85% | - |
| XYZ | 33.91 | 18.12 | 23.9 | - |
| YUV | 103.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 133 | 0 | 0.82 | 0.39 | 0.15 | 328.65 | 0.71 | 0.51 |
| Hex | DA | 28 | 85 | 0 | 52 | 27 | F | 149 | 47 | 33 |
| Octal | 332 | 50 | 205 | 0 | 122 | 47 | 17 | 511 | 107 | 63 |
| Binary | 11011010 | 101000 | 10000101 | 0 | 1010010 | 100111 | 1111 | 101001001 | 1000111 | 110011 |
Color Harmonies of #DA2885
Complementary color
Monochromatic Colors of #DA2885
Black with #DA2885
Text Example
Text Example
White with #DA2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2885; }
p { color: rgb(218,40,133); }
H1.HeaderClassName
{
color: #DA2885;
}
.AnyTagClassName
{
color: #DA2885;
}
</style>
background-color css
<style>
a { background-color: #DA2885; }
a { background-color: rgb(218,40,133); }
div.DivClassName
{
background-color: #DA2885;
}
.BgClassName
{
background-color: #DA2885;
}
</style>
border-color css
<style>
span { border-color: #DA2885; }
span { border-color: rgb(218,40,133); }
td.TdClassName
{
border-color: #DA2885;
}
.TagClassName
{
border-color: #DA2885;
}
</style>