Shades of Deep Cerise #DA3587
Tints of Deep Cerise #DA3587
RGB
CMYK
RGB Variations
Color information
#DA3587 (or 0xDA3587) is known color: Deep Cerise. HEX triplet: DA, 35 and 87. RGB value is (218,53,135). Sum of RGB (Red+Green+Blue) = 218+53+135=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3587 is #25CA78. Grayscale: #6F6F6F. Windows color (decimal): -2476665 or 8861146. OLE color: 8861146.
HSL color Cylindrical-coordinate representation of color #DA3587: hue angle of 330.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3587 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 135 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.15 |
| HSL | 330.18º | 0.69% | 0.53% | - |
| HSV(B) | 330.18º | 0.76% | 0.85% | - |
| XYZ | 34.56 | 19.2 | 24.81 | - |
| YUV | 111.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 135 | 0 | 0.76 | 0.38 | 0.15 | 330.18 | 0.69 | 0.53 |
| Hex | DA | 35 | 87 | 0 | 4C | 26 | F | 14A | 45 | 35 |
| Octal | 332 | 65 | 207 | 0 | 114 | 46 | 17 | 512 | 105 | 65 |
| Binary | 11011010 | 110101 | 10000111 | 0 | 1001100 | 100110 | 1111 | 101001010 | 1000101 | 110101 |
Color Harmonies of #DA3587
Complementary color
Monochromatic Colors of #DA3587
Black with #DA3587
Text Example
Text Example
White with #DA3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3587; }
p { color: rgb(218,53,135); }
H1.HeaderClassName
{
color: #DA3587;
}
.AnyTagClassName
{
color: #DA3587;
}
</style>
background-color css
<style>
a { background-color: #DA3587; }
a { background-color: rgb(218,53,135); }
div.DivClassName
{
background-color: #DA3587;
}
.BgClassName
{
background-color: #DA3587;
}
</style>
border-color css
<style>
span { border-color: #DA3587; }
span { border-color: rgb(218,53,135); }
td.TdClassName
{
border-color: #DA3587;
}
.TagClassName
{
border-color: #DA3587;
}
</style>