Shades of Deep Cerise #D52E8E
Tints of Deep Cerise #D52E8E
RGB
CMYK
RGB Variations
Color information
#D52E8E (or 0xD52E8E) is known color: Deep Cerise. HEX triplet: D5, 2E and 8E. RGB value is (213,46,142). Sum of RGB (Red+Green+Blue) = 213+46+142=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E8E is #2AD171. Grayscale: #6A6A6A. Windows color (decimal): -2806130 or 9318101. OLE color: 9318101.
HSL color Cylindrical-coordinate representation of color #D52E8E: hue angle of 325.51º 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 #D52E8E is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 142 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.16 |
| HSL | 325.51º | 0.67% | 0.51% | - |
| HSV(B) | 325.51º | 0.78% | 0.84% | - |
| XYZ | 33.3 | 18.05 | 27.32 | - |
| YUV | 106.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 142 | 0 | 0.78 | 0.33 | 0.16 | 325.51 | 0.67 | 0.51 |
| Hex | D5 | 2E | 8E | 0 | 4E | 21 | 10 | 146 | 43 | 33 |
| Octal | 325 | 56 | 216 | 0 | 116 | 41 | 20 | 506 | 103 | 63 |
| Binary | 11010101 | 101110 | 10001110 | 0 | 1001110 | 100001 | 10000 | 101000110 | 1000011 | 110011 |
Color Harmonies of #D52E8E
Complementary color
Monochromatic Colors of #D52E8E
Black with #D52E8E
Text Example
Text Example
White with #D52E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E8E; }
p { color: rgb(213,46,142); }
H1.HeaderClassName
{
color: #D52E8E;
}
.AnyTagClassName
{
color: #D52E8E;
}
</style>
background-color css
<style>
a { background-color: #D52E8E; }
a { background-color: rgb(213,46,142); }
div.DivClassName
{
background-color: #D52E8E;
}
.BgClassName
{
background-color: #D52E8E;
}
</style>
border-color css
<style>
span { border-color: #D52E8E; }
span { border-color: rgb(213,46,142); }
td.TdClassName
{
border-color: #D52E8E;
}
.TagClassName
{
border-color: #D52E8E;
}
</style>