Shades of Deep Cerise #D52AAC
Tints of Deep Cerise #D52AAC
RGB
CMYK
RGB Variations
Color information
#D52AAC (or 0xD52AAC) is known color: Deep Cerise. HEX triplet: D5, 2A and AC. RGB value is (213,42,172). Sum of RGB (Red+Green+Blue) = 213+42+172=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52AAC is #2AD553. Grayscale: #6B6B6B. Windows color (decimal): -2807124 or 11283157. OLE color: 11283157.
HSL color Cylindrical-coordinate representation of color #D52AAC: hue angle of 314.39º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52AAC is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 172 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.16 |
| HSL | 314.39º | 0.67% | 0.5% | - |
| HSV(B) | 314.39º | 0.8% | 0.84% | - |
| XYZ | 35.71 | 18.78 | 40.77 | - |
| YUV | 107.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 172 | 0 | 0.80 | 0.19 | 0.16 | 314.39 | 0.67 | 0.5 |
| Hex | D5 | 2A | AC | 0 | 50 | 13 | 10 | 13A | 43 | 32 |
| Octal | 325 | 52 | 254 | 0 | 120 | 23 | 20 | 472 | 103 | 62 |
| Binary | 11010101 | 101010 | 10101100 | 0 | 1010000 | 10011 | 10000 | 100111010 | 1000011 | 110010 |
Color Harmonies of #D52AAC
Complementary color
Monochromatic Colors of #D52AAC
Black with #D52AAC
Text Example
Text Example
White with #D52AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AAC; }
p { color: rgb(213,42,172); }
H1.HeaderClassName
{
color: #D52AAC;
}
.AnyTagClassName
{
color: #D52AAC;
}
</style>
background-color css
<style>
a { background-color: #D52AAC; }
a { background-color: rgb(213,42,172); }
div.DivClassName
{
background-color: #D52AAC;
}
.BgClassName
{
background-color: #D52AAC;
}
</style>
border-color css
<style>
span { border-color: #D52AAC; }
span { border-color: rgb(213,42,172); }
td.TdClassName
{
border-color: #D52AAC;
}
.TagClassName
{
border-color: #D52AAC;
}
</style>