Shades of Deep Cerise #D52E90
Tints of Deep Cerise #D52E90
RGB
CMYK
RGB Variations
Color information
#D52E90 (or 0xD52E90) is known color: Deep Cerise. HEX triplet: D5, 2E and 90. RGB value is (213,46,144). Sum of RGB (Red+Green+Blue) = 213+46+144=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E90 is #2AD16F. Grayscale: #6A6A6A. Windows color (decimal): -2806128 or 9449173. OLE color: 9449173.
HSL color Cylindrical-coordinate representation of color #D52E90: hue angle of 324.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E90 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 144 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.16 |
| HSL | 324.79º | 0.67% | 0.51% | - |
| HSV(B) | 324.79º | 0.78% | 0.84% | - |
| XYZ | 33.45 | 18.11 | 28.12 | - |
| YUV | 107.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 144 | 0 | 0.78 | 0.32 | 0.16 | 324.79 | 0.67 | 0.51 |
| Hex | D5 | 2E | 90 | 0 | 4E | 20 | 10 | 145 | 43 | 33 |
| Octal | 325 | 56 | 220 | 0 | 116 | 40 | 20 | 505 | 103 | 63 |
| Binary | 11010101 | 101110 | 10010000 | 0 | 1001110 | 100000 | 10000 | 101000101 | 1000011 | 110011 |
Color Harmonies of #D52E90
Complementary color
Monochromatic Colors of #D52E90
Black with #D52E90
Text Example
Text Example
White with #D52E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E90; }
p { color: rgb(213,46,144); }
H1.HeaderClassName
{
color: #D52E90;
}
.AnyTagClassName
{
color: #D52E90;
}
</style>
background-color css
<style>
a { background-color: #D52E90; }
a { background-color: rgb(213,46,144); }
div.DivClassName
{
background-color: #D52E90;
}
.BgClassName
{
background-color: #D52E90;
}
</style>
border-color css
<style>
span { border-color: #D52E90; }
span { border-color: rgb(213,46,144); }
td.TdClassName
{
border-color: #D52E90;
}
.TagClassName
{
border-color: #D52E90;
}
</style>