Shades of Deep Cerise #DA2A87
Tints of Deep Cerise #DA2A87
RGB
CMYK
RGB Variations
Color information
#DA2A87 (or 0xDA2A87) is known color: Deep Cerise. HEX triplet: DA, 2A and 87. RGB value is (218,42,135). Sum of RGB (Red+Green+Blue) = 218+42+135=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2A87 is #25D578. Grayscale: #696969. Windows color (decimal): -2479481 or 8858330. OLE color: 8858330.
HSL color Cylindrical-coordinate representation of color #DA2A87: hue angle of 328.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A87 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 135 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.15 |
| HSL | 328.3º | 0.7% | 0.51% | - |
| HSV(B) | 328.3º | 0.81% | 0.85% | - |
| XYZ | 34.11 | 18.31 | 24.66 | - |
| YUV | 105.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 135 | 0 | 0.81 | 0.38 | 0.15 | 328.3 | 0.7 | 0.51 |
| Hex | DA | 2A | 87 | 0 | 51 | 26 | F | 148 | 46 | 33 |
| Octal | 332 | 52 | 207 | 0 | 121 | 46 | 17 | 510 | 106 | 63 |
| Binary | 11011010 | 101010 | 10000111 | 0 | 1010001 | 100110 | 1111 | 101001000 | 1000110 | 110011 |
Color Harmonies of #DA2A87
Complementary color
Monochromatic Colors of #DA2A87
Black with #DA2A87
Text Example
Text Example
White with #DA2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A87; }
p { color: rgb(218,42,135); }
H1.HeaderClassName
{
color: #DA2A87;
}
.AnyTagClassName
{
color: #DA2A87;
}
</style>
background-color css
<style>
a { background-color: #DA2A87; }
a { background-color: rgb(218,42,135); }
div.DivClassName
{
background-color: #DA2A87;
}
.BgClassName
{
background-color: #DA2A87;
}
</style>
border-color css
<style>
span { border-color: #DA2A87; }
span { border-color: rgb(218,42,135); }
td.TdClassName
{
border-color: #DA2A87;
}
.TagClassName
{
border-color: #DA2A87;
}
</style>