Shades of Deep Cerise #DA2888
Tints of Deep Cerise #DA2888
RGB
CMYK
RGB Variations
Color information
#DA2888 (or 0xDA2888) is known color: Deep Cerise. HEX triplet: DA, 28 and 88. RGB value is (218,40,136). Sum of RGB (Red+Green+Blue) = 218+40+136=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2888 is #25D777. Grayscale: #676767. Windows color (decimal): -2479992 or 8923354. OLE color: 8923354.
HSL color Cylindrical-coordinate representation of color #DA2888: hue angle of 327.64º 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 #DA2888 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 136 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.15 |
| HSL | 327.64º | 0.71% | 0.51% | - |
| HSV(B) | 327.64º | 0.82% | 0.85% | - |
| XYZ | 34.12 | 18.2 | 25.01 | - |
| YUV | 104.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 136 | 0 | 0.82 | 0.38 | 0.15 | 327.64 | 0.71 | 0.51 |
| Hex | DA | 28 | 88 | 0 | 52 | 26 | F | 148 | 47 | 33 |
| Octal | 332 | 50 | 210 | 0 | 122 | 46 | 17 | 510 | 107 | 63 |
| Binary | 11011010 | 101000 | 10001000 | 0 | 1010010 | 100110 | 1111 | 101001000 | 1000111 | 110011 |
Color Harmonies of #DA2888
Complementary color
Monochromatic Colors of #DA2888
Black with #DA2888
Text Example
Text Example
White with #DA2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2888; }
p { color: rgb(218,40,136); }
H1.HeaderClassName
{
color: #DA2888;
}
.AnyTagClassName
{
color: #DA2888;
}
</style>
background-color css
<style>
a { background-color: #DA2888; }
a { background-color: rgb(218,40,136); }
div.DivClassName
{
background-color: #DA2888;
}
.BgClassName
{
background-color: #DA2888;
}
</style>
border-color css
<style>
span { border-color: #DA2888; }
span { border-color: rgb(218,40,136); }
td.TdClassName
{
border-color: #DA2888;
}
.TagClassName
{
border-color: #DA2888;
}
</style>