Shades of Deep Cerise #DA2E88
Tints of Deep Cerise #DA2E88
RGB
CMYK
RGB Variations
Color information
#DA2E88 (or 0xDA2E88) is known color: Deep Cerise. HEX triplet: DA, 2E and 88. RGB value is (218,46,136). Sum of RGB (Red+Green+Blue) = 218+46+136=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2E88 is #25D177. Grayscale: #6B6B6B. Windows color (decimal): -2478456 or 8924890. OLE color: 8924890.
HSL color Cylindrical-coordinate representation of color #DA2E88: hue angle of 328.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2E88 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 136 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.15 |
| HSL | 328.6º | 0.7% | 0.52% | - |
| HSV(B) | 328.6º | 0.79% | 0.85% | - |
| XYZ | 34.33 | 18.64 | 25.08 | - |
| YUV | 107.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 136 | 0 | 0.79 | 0.38 | 0.15 | 328.6 | 0.7 | 0.52 |
| Hex | DA | 2E | 88 | 0 | 4F | 26 | F | 149 | 46 | 34 |
| Octal | 332 | 56 | 210 | 0 | 117 | 46 | 17 | 511 | 106 | 64 |
| Binary | 11011010 | 101110 | 10001000 | 0 | 1001111 | 100110 | 1111 | 101001001 | 1000110 | 110100 |
Color Harmonies of #DA2E88
Complementary color
Monochromatic Colors of #DA2E88
Black with #DA2E88
Text Example
Text Example
White with #DA2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E88; }
p { color: rgb(218,46,136); }
H1.HeaderClassName
{
color: #DA2E88;
}
.AnyTagClassName
{
color: #DA2E88;
}
</style>
background-color css
<style>
a { background-color: #DA2E88; }
a { background-color: rgb(218,46,136); }
div.DivClassName
{
background-color: #DA2E88;
}
.BgClassName
{
background-color: #DA2E88;
}
</style>
border-color css
<style>
span { border-color: #DA2E88; }
span { border-color: rgb(218,46,136); }
td.TdClassName
{
border-color: #DA2E88;
}
.TagClassName
{
border-color: #DA2E88;
}
</style>