Shades of Deep Cerise #DA2B88
Tints of Deep Cerise #DA2B88
RGB
CMYK
RGB Variations
Color information
#DA2B88 (or 0xDA2B88) is known color: Deep Cerise. HEX triplet: DA, 2B and 88. RGB value is (218,43,136). Sum of RGB (Red+Green+Blue) = 218+43+136=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2B88 is #25D477. Grayscale: #696969. Windows color (decimal): -2479224 or 8924122. OLE color: 8924122.
HSL color Cylindrical-coordinate representation of color #DA2B88: hue angle of 328.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B88 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 136 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.15 |
| HSL | 328.11º | 0.7% | 0.51% | - |
| HSV(B) | 328.11º | 0.8% | 0.85% | - |
| XYZ | 34.22 | 18.41 | 25.04 | - |
| YUV | 105.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 136 | 0 | 0.80 | 0.38 | 0.15 | 328.11 | 0.7 | 0.51 |
| Hex | DA | 2B | 88 | 0 | 50 | 26 | F | 148 | 46 | 33 |
| Octal | 332 | 53 | 210 | 0 | 120 | 46 | 17 | 510 | 106 | 63 |
| Binary | 11011010 | 101011 | 10001000 | 0 | 1010000 | 100110 | 1111 | 101001000 | 1000110 | 110011 |
Color Harmonies of #DA2B88
Complementary color
Monochromatic Colors of #DA2B88
Black with #DA2B88
Text Example
Text Example
White with #DA2B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B88; }
p { color: rgb(218,43,136); }
H1.HeaderClassName
{
color: #DA2B88;
}
.AnyTagClassName
{
color: #DA2B88;
}
</style>
background-color css
<style>
a { background-color: #DA2B88; }
a { background-color: rgb(218,43,136); }
div.DivClassName
{
background-color: #DA2B88;
}
.BgClassName
{
background-color: #DA2B88;
}
</style>
border-color css
<style>
span { border-color: #DA2B88; }
span { border-color: rgb(218,43,136); }
td.TdClassName
{
border-color: #DA2B88;
}
.TagClassName
{
border-color: #DA2B88;
}
</style>