Shades of Deep Cerise #D53089
Tints of Deep Cerise #D53089
RGB
CMYK
RGB Variations
Color information
#D53089 (or 0xD53089) is known color: Deep Cerise. HEX triplet: D5, 30 and 89. RGB value is (213,48,137). Sum of RGB (Red+Green+Blue) = 213+48+137=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53089 is #2ACF76. Grayscale: #6B6B6B. Windows color (decimal): -2805623 or 8990933. OLE color: 8990933.
HSL color Cylindrical-coordinate representation of color #D53089: hue angle of 327.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53089 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 137 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.16 |
| HSL | 327.64º | 0.66% | 0.51% | - |
| HSV(B) | 327.64º | 0.77% | 0.84% | - |
| XYZ | 33.01 | 18.07 | 25.41 | - |
| YUV | 107.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 137 | 0 | 0.77 | 0.36 | 0.16 | 327.64 | 0.66 | 0.51 |
| Hex | D5 | 30 | 89 | 0 | 4D | 24 | 10 | 148 | 42 | 33 |
| Octal | 325 | 60 | 211 | 0 | 115 | 44 | 20 | 510 | 102 | 63 |
| Binary | 11010101 | 110000 | 10001001 | 0 | 1001101 | 100100 | 10000 | 101001000 | 1000010 | 110011 |
Color Harmonies of #D53089
Complementary color
Monochromatic Colors of #D53089
Black with #D53089
Text Example
Text Example
White with #D53089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53089; }
p { color: rgb(213,48,137); }
H1.HeaderClassName
{
color: #D53089;
}
.AnyTagClassName
{
color: #D53089;
}
</style>
background-color css
<style>
a { background-color: #D53089; }
a { background-color: rgb(213,48,137); }
div.DivClassName
{
background-color: #D53089;
}
.BgClassName
{
background-color: #D53089;
}
</style>
border-color css
<style>
span { border-color: #D53089; }
span { border-color: rgb(213,48,137); }
td.TdClassName
{
border-color: #D53089;
}
.TagClassName
{
border-color: #D53089;
}
</style>