Shades of Deep Cerise #D52E91
Tints of Deep Cerise #D52E91
RGB
CMYK
RGB Variations
Color information
#D52E91 (or 0xD52E91) is known color: Deep Cerise. HEX triplet: D5, 2E and 91. RGB value is (213,46,145). Sum of RGB (Red+Green+Blue) = 213+46+145=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E91 is #2AD16E. Grayscale: #6A6A6A. Windows color (decimal): -2806127 or 9514709. OLE color: 9514709.
HSL color Cylindrical-coordinate representation of color #D52E91: hue angle of 324.43º 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 #D52E91 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 145 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.16 |
| HSL | 324.43º | 0.67% | 0.51% | - |
| HSV(B) | 324.43º | 0.78% | 0.84% | - |
| XYZ | 33.53 | 18.14 | 28.52 | - |
| YUV | 107.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 145 | 0 | 0.78 | 0.32 | 0.16 | 324.43 | 0.67 | 0.51 |
| Hex | D5 | 2E | 91 | 0 | 4E | 20 | 10 | 144 | 43 | 33 |
| Octal | 325 | 56 | 221 | 0 | 116 | 40 | 20 | 504 | 103 | 63 |
| Binary | 11010101 | 101110 | 10010001 | 0 | 1001110 | 100000 | 10000 | 101000100 | 1000011 | 110011 |
Color Harmonies of #D52E91
Complementary color
Monochromatic Colors of #D52E91
Black with #D52E91
Text Example
Text Example
White with #D52E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E91; }
p { color: rgb(213,46,145); }
H1.HeaderClassName
{
color: #D52E91;
}
.AnyTagClassName
{
color: #D52E91;
}
</style>
background-color css
<style>
a { background-color: #D52E91; }
a { background-color: rgb(213,46,145); }
div.DivClassName
{
background-color: #D52E91;
}
.BgClassName
{
background-color: #D52E91;
}
</style>
border-color css
<style>
span { border-color: #D52E91; }
span { border-color: rgb(213,46,145); }
td.TdClassName
{
border-color: #D52E91;
}
.TagClassName
{
border-color: #D52E91;
}
</style>