Shades of Deep Magenta #D52CCE
Tints of Deep Magenta #D52CCE
RGB
CMYK
RGB Variations
Color information
#D52CCE (or 0xD52CCE) is known color: Deep Magenta. HEX triplet: D5, 2C and CE. RGB value is (213,44,206). Sum of RGB (Red+Green+Blue) = 213+44+206=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CCE is #2AD331. Grayscale: #707070. Windows color (decimal): -2806578 or 13511893. OLE color: 13511893.
HSL color Cylindrical-coordinate representation of color #D52CCE: hue angle of 302.49º 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 #D52CCE is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 206 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.16 |
| HSL | 302.49º | 0.67% | 0.5% | - |
| HSV(B) | 302.49º | 0.79% | 0.84% | - |
| XYZ | 39.48 | 20.4 | 60.25 | - |
| YUV | 113 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 206 | 0 | 0.79 | 0.03 | 0.16 | 302.49 | 0.67 | 0.5 |
| Hex | D5 | 2C | CE | 0 | 4F | 3 | 10 | 12E | 43 | 32 |
| Octal | 325 | 54 | 316 | 0 | 117 | 3 | 20 | 456 | 103 | 62 |
| Binary | 11010101 | 101100 | 11001110 | 0 | 1001111 | 11 | 10000 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D52CCE
Complementary color
Monochromatic Colors of #D52CCE
Black with #D52CCE
Text Example
Text Example
White with #D52CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CCE; }
p { color: rgb(213,44,206); }
H1.HeaderClassName
{
color: #D52CCE;
}
.AnyTagClassName
{
color: #D52CCE;
}
</style>
background-color css
<style>
a { background-color: #D52CCE; }
a { background-color: rgb(213,44,206); }
div.DivClassName
{
background-color: #D52CCE;
}
.BgClassName
{
background-color: #D52CCE;
}
</style>
border-color css
<style>
span { border-color: #D52CCE; }
span { border-color: rgb(213,44,206); }
td.TdClassName
{
border-color: #D52CCE;
}
.TagClassName
{
border-color: #D52CCE;
}
</style>