Shades of Deep Cerise #D52CAC
Tints of Deep Cerise #D52CAC
RGB
CMYK
RGB Variations
Color information
#D52CAC (or 0xD52CAC) is known color: Deep Cerise. HEX triplet: D5, 2C and AC. RGB value is (213,44,172). Sum of RGB (Red+Green+Blue) = 213+44+172=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CAC is #2AD353. Grayscale: #6C6C6C. Windows color (decimal): -2806612 or 11283669. OLE color: 11283669.
HSL color Cylindrical-coordinate representation of color #D52CAC: hue angle of 314.56º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CAC is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 172 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.16 |
| HSL | 314.56º | 0.67% | 0.5% | - |
| HSV(B) | 314.56º | 0.79% | 0.84% | - |
| XYZ | 35.79 | 18.93 | 40.8 | - |
| YUV | 109.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 172 | 0 | 0.79 | 0.19 | 0.16 | 314.56 | 0.67 | 0.5 |
| Hex | D5 | 2C | AC | 0 | 4F | 13 | 10 | 13B | 43 | 32 |
| Octal | 325 | 54 | 254 | 0 | 117 | 23 | 20 | 473 | 103 | 62 |
| Binary | 11010101 | 101100 | 10101100 | 0 | 1001111 | 10011 | 10000 | 100111011 | 1000011 | 110010 |
Color Harmonies of #D52CAC
Complementary color
Monochromatic Colors of #D52CAC
Black with #D52CAC
Text Example
Text Example
White with #D52CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CAC; }
p { color: rgb(213,44,172); }
H1.HeaderClassName
{
color: #D52CAC;
}
.AnyTagClassName
{
color: #D52CAC;
}
</style>
background-color css
<style>
a { background-color: #D52CAC; }
a { background-color: rgb(213,44,172); }
div.DivClassName
{
background-color: #D52CAC;
}
.BgClassName
{
background-color: #D52CAC;
}
</style>
border-color css
<style>
span { border-color: #D52CAC; }
span { border-color: rgb(213,44,172); }
td.TdClassName
{
border-color: #D52CAC;
}
.TagClassName
{
border-color: #D52CAC;
}
</style>