Shades of Deep Cerise #D52FAC
Tints of Deep Cerise #D52FAC
RGB
CMYK
RGB Variations
Color information
#D52FAC (or 0xD52FAC) is known color: Deep Cerise. HEX triplet: D5, 2F and AC. RGB value is (213,47,172). Sum of RGB (Red+Green+Blue) = 213+47+172=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FAC is #2AD053. Grayscale: #6E6E6E. Windows color (decimal): -2805844 or 11284437. OLE color: 11284437.
HSL color Cylindrical-coordinate representation of color #D52FAC: hue angle of 314.82º degrees, saturation: 0.66, 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 #D52FAC is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 172 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.16 |
| HSL | 314.82º | 0.66% | 0.51% | - |
| HSV(B) | 314.82º | 0.78% | 0.84% | - |
| XYZ | 35.9 | 19.16 | 40.84 | - |
| YUV | 110.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 172 | 0 | 0.78 | 0.19 | 0.16 | 314.82 | 0.66 | 0.51 |
| Hex | D5 | 2F | AC | 0 | 4E | 13 | 10 | 13B | 42 | 33 |
| Octal | 325 | 57 | 254 | 0 | 116 | 23 | 20 | 473 | 102 | 63 |
| Binary | 11010101 | 101111 | 10101100 | 0 | 1001110 | 10011 | 10000 | 100111011 | 1000010 | 110011 |
Color Harmonies of #D52FAC
Complementary color
Monochromatic Colors of #D52FAC
Black with #D52FAC
Text Example
Text Example
White with #D52FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FAC; }
p { color: rgb(213,47,172); }
H1.HeaderClassName
{
color: #D52FAC;
}
.AnyTagClassName
{
color: #D52FAC;
}
</style>
background-color css
<style>
a { background-color: #D52FAC; }
a { background-color: rgb(213,47,172); }
div.DivClassName
{
background-color: #D52FAC;
}
.BgClassName
{
background-color: #D52FAC;
}
</style>
border-color css
<style>
span { border-color: #D52FAC; }
span { border-color: rgb(213,47,172); }
td.TdClassName
{
border-color: #D52FAC;
}
.TagClassName
{
border-color: #D52FAC;
}
</style>