Shades of Deep Cerise #D53E90
Tints of Deep Cerise #D53E90
RGB
CMYK
RGB Variations
Color information
#D53E90 (or 0xD53E90) is known color: Deep Cerise. HEX triplet: D5, 3E and 90. RGB value is (213,62,144). Sum of RGB (Red+Green+Blue) = 213+62+144=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53E90 is #2AC16F. Grayscale: #747474. Windows color (decimal): -2802032 or 9453269. OLE color: 9453269.
HSL color Cylindrical-coordinate representation of color #D53E90: hue angle of 327.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53E90 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 144 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.16 |
| HSL | 327.42º | 0.64% | 0.54% | - |
| HSV(B) | 327.42º | 0.71% | 0.84% | - |
| XYZ | 34.2 | 19.61 | 28.37 | - |
| YUV | 116.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 144 | 0 | 0.71 | 0.32 | 0.16 | 327.42 | 0.64 | 0.54 |
| Hex | D5 | 3E | 90 | 0 | 47 | 20 | 10 | 147 | 40 | 36 |
| Octal | 325 | 76 | 220 | 0 | 107 | 40 | 20 | 507 | 100 | 66 |
| Binary | 11010101 | 111110 | 10010000 | 0 | 1000111 | 100000 | 10000 | 101000111 | 1000000 | 110110 |
Color Harmonies of #D53E90
Complementary color
Monochromatic Colors of #D53E90
Black with #D53E90
Text Example
Text Example
White with #D53E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E90; }
p { color: rgb(213,62,144); }
H1.HeaderClassName
{
color: #D53E90;
}
.AnyTagClassName
{
color: #D53E90;
}
</style>
background-color css
<style>
a { background-color: #D53E90; }
a { background-color: rgb(213,62,144); }
div.DivClassName
{
background-color: #D53E90;
}
.BgClassName
{
background-color: #D53E90;
}
</style>
border-color css
<style>
span { border-color: #D53E90; }
span { border-color: rgb(213,62,144); }
td.TdClassName
{
border-color: #D53E90;
}
.TagClassName
{
border-color: #D53E90;
}
</style>