Shades of Deep Cerise #D52EAC
Tints of Deep Cerise #D52EAC
RGB
CMYK
RGB Variations
Color information
#D52EAC (or 0xD52EAC) is known color: Deep Cerise. HEX triplet: D5, 2E and AC. RGB value is (213,46,172). Sum of RGB (Red+Green+Blue) = 213+46+172=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52EAC is #2AD153. Grayscale: #6D6D6D. Windows color (decimal): -2806100 or 11284181. OLE color: 11284181.
HSL color Cylindrical-coordinate representation of color #D52EAC: hue angle of 314.73º 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 #D52EAC is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 172 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.16 |
| HSL | 314.73º | 0.67% | 0.51% | - |
| HSV(B) | 314.73º | 0.78% | 0.84% | - |
| XYZ | 35.86 | 19.08 | 40.82 | - |
| YUV | 110.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 172 | 0 | 0.78 | 0.19 | 0.16 | 314.73 | 0.67 | 0.51 |
| Hex | D5 | 2E | AC | 0 | 4E | 13 | 10 | 13B | 43 | 33 |
| Octal | 325 | 56 | 254 | 0 | 116 | 23 | 20 | 473 | 103 | 63 |
| Binary | 11010101 | 101110 | 10101100 | 0 | 1001110 | 10011 | 10000 | 100111011 | 1000011 | 110011 |
Color Harmonies of #D52EAC
Complementary color
Monochromatic Colors of #D52EAC
Black with #D52EAC
Text Example
Text Example
White with #D52EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EAC; }
p { color: rgb(213,46,172); }
H1.HeaderClassName
{
color: #D52EAC;
}
.AnyTagClassName
{
color: #D52EAC;
}
</style>
background-color css
<style>
a { background-color: #D52EAC; }
a { background-color: rgb(213,46,172); }
div.DivClassName
{
background-color: #D52EAC;
}
.BgClassName
{
background-color: #D52EAC;
}
</style>
border-color css
<style>
span { border-color: #D52EAC; }
span { border-color: rgb(213,46,172); }
td.TdClassName
{
border-color: #D52EAC;
}
.TagClassName
{
border-color: #D52EAC;
}
</style>