Shades of Deep Magenta #D521CC
Tints of Deep Magenta #D521CC
RGB
CMYK
RGB Variations
Color information
#D521CC (or 0xD521CC) is known color: Deep Magenta. HEX triplet: D5, 21 and CC. RGB value is (213,33,204). Sum of RGB (Red+Green+Blue) = 213+33+204=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D521CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521CC is #2ADE33. Grayscale: #696969. Windows color (decimal): -2809396 or 13378005. OLE color: 13378005.
HSL color Cylindrical-coordinate representation of color #D521CC: hue angle of 303º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521CC is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 204 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.16 |
| HSL | 303º | 0.73% | 0.48% | - |
| HSV(B) | 303º | 0.85% | 0.84% | - |
| XYZ | 38.88 | 19.59 | 58.86 | - |
| YUV | 106.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 204 | 0 | 0.85 | 0.04 | 0.16 | 303 | 0.73 | 0.48 |
| Hex | D5 | 21 | CC | 0 | 55 | 4 | 10 | 12F | 49 | 30 |
| Octal | 325 | 41 | 314 | 0 | 125 | 4 | 20 | 457 | 111 | 60 |
| Binary | 11010101 | 100001 | 11001100 | 0 | 1010101 | 100 | 10000 | 100101111 | 1001001 | 110000 |
Color Harmonies of #D521CC
Complementary color
Monochromatic Colors of #D521CC
Black with #D521CC
Text Example
Text Example
White with #D521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521CC; }
p { color: rgb(213,33,204); }
H1.HeaderClassName
{
color: #D521CC;
}
.AnyTagClassName
{
color: #D521CC;
}
</style>
background-color css
<style>
a { background-color: #D521CC; }
a { background-color: rgb(213,33,204); }
div.DivClassName
{
background-color: #D521CC;
}
.BgClassName
{
background-color: #D521CC;
}
</style>
border-color css
<style>
span { border-color: #D521CC; }
span { border-color: rgb(213,33,204); }
td.TdClassName
{
border-color: #D521CC;
}
.TagClassName
{
border-color: #D521CC;
}
</style>