Shades of Deep Cerise #D53889
Tints of Deep Cerise #D53889
RGB
CMYK
RGB Variations
Color information
#D53889 (or 0xD53889) is known color: Deep Cerise. HEX triplet: D5, 38 and 89. RGB value is (213,56,137). Sum of RGB (Red+Green+Blue) = 213+56+137=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D53889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53889 is #2AC776. Grayscale: #707070. Windows color (decimal): -2803575 or 8992981. OLE color: 8992981.
HSL color Cylindrical-coordinate representation of color #D53889: hue angle of 329.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53889 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 137 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.16 |
| HSL | 329.04º | 0.65% | 0.53% | - |
| HSV(B) | 329.04º | 0.74% | 0.84% | - |
| XYZ | 33.37 | 18.78 | 25.53 | - |
| YUV | 112.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 137 | 0 | 0.74 | 0.36 | 0.16 | 329.04 | 0.65 | 0.53 |
| Hex | D5 | 38 | 89 | 0 | 4A | 24 | 10 | 149 | 41 | 35 |
| Octal | 325 | 70 | 211 | 0 | 112 | 44 | 20 | 511 | 101 | 65 |
| Binary | 11010101 | 111000 | 10001001 | 0 | 1001010 | 100100 | 10000 | 101001001 | 1000001 | 110101 |
Color Harmonies of #D53889
Complementary color
Monochromatic Colors of #D53889
Black with #D53889
Text Example
Text Example
White with #D53889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53889; }
p { color: rgb(213,56,137); }
H1.HeaderClassName
{
color: #D53889;
}
.AnyTagClassName
{
color: #D53889;
}
</style>
background-color css
<style>
a { background-color: #D53889; }
a { background-color: rgb(213,56,137); }
div.DivClassName
{
background-color: #D53889;
}
.BgClassName
{
background-color: #D53889;
}
</style>
border-color css
<style>
span { border-color: #D53889; }
span { border-color: rgb(213,56,137); }
td.TdClassName
{
border-color: #D53889;
}
.TagClassName
{
border-color: #D53889;
}
</style>