Shades of Deep Cerise #DA2D87
Tints of Deep Cerise #DA2D87
RGB
CMYK
RGB Variations
Color information
#DA2D87 (or 0xDA2D87) is known color: Deep Cerise. HEX triplet: DA, 2D and 87. RGB value is (218,45,135). Sum of RGB (Red+Green+Blue) = 218+45+135=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D87 is #25D278. Grayscale: #6A6A6A. Windows color (decimal): -2478713 or 8859098. OLE color: 8859098.
HSL color Cylindrical-coordinate representation of color #DA2D87: hue angle of 328.79º 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 #DA2D87 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 135 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.15 |
| HSL | 328.79º | 0.7% | 0.52% | - |
| HSV(B) | 328.79º | 0.79% | 0.85% | - |
| XYZ | 34.23 | 18.53 | 24.69 | - |
| YUV | 106.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 135 | 0 | 0.79 | 0.38 | 0.15 | 328.79 | 0.7 | 0.52 |
| Hex | DA | 2D | 87 | 0 | 4F | 26 | F | 149 | 46 | 34 |
| Octal | 332 | 55 | 207 | 0 | 117 | 46 | 17 | 511 | 106 | 64 |
| Binary | 11011010 | 101101 | 10000111 | 0 | 1001111 | 100110 | 1111 | 101001001 | 1000110 | 110100 |
Color Harmonies of #DA2D87
Complementary color
Monochromatic Colors of #DA2D87
Black with #DA2D87
Text Example
Text Example
White with #DA2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D87; }
p { color: rgb(218,45,135); }
H1.HeaderClassName
{
color: #DA2D87;
}
.AnyTagClassName
{
color: #DA2D87;
}
</style>
background-color css
<style>
a { background-color: #DA2D87; }
a { background-color: rgb(218,45,135); }
div.DivClassName
{
background-color: #DA2D87;
}
.BgClassName
{
background-color: #DA2D87;
}
</style>
border-color css
<style>
span { border-color: #DA2D87; }
span { border-color: rgb(218,45,135); }
td.TdClassName
{
border-color: #DA2D87;
}
.TagClassName
{
border-color: #DA2D87;
}
</style>