Shades of Deep Magenta #D521C1
Tints of Deep Magenta #D521C1
RGB
CMYK
RGB Variations
Color information
#D521C1 (or 0xD521C1) is known color: Deep Magenta. HEX triplet: D5, 21 and C1. RGB value is (213,33,193). Sum of RGB (Red+Green+Blue) = 213+33+193=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D521C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521C1 is #2ADE3E. Grayscale: #686868. Windows color (decimal): -2809407 or 12657109. OLE color: 12657109.
HSL color Cylindrical-coordinate representation of color #D521C1: hue angle of 306.67º 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 #D521C1 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 193 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.16 |
| HSL | 306.67º | 0.73% | 0.48% | - |
| HSV(B) | 306.67º | 0.85% | 0.84% | - |
| XYZ | 37.61 | 19.08 | 52.15 | - |
| YUV | 105.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 193 | 0 | 0.85 | 0.09 | 0.16 | 306.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | C1 | 0 | 55 | 9 | 10 | 133 | 49 | 30 |
| Octal | 325 | 41 | 301 | 0 | 125 | 11 | 20 | 463 | 111 | 60 |
| Binary | 11010101 | 100001 | 11000001 | 0 | 1010101 | 1001 | 10000 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D521C1
Complementary color
Monochromatic Colors of #D521C1
Black with #D521C1
Text Example
Text Example
White with #D521C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521C1; }
p { color: rgb(213,33,193); }
H1.HeaderClassName
{
color: #D521C1;
}
.AnyTagClassName
{
color: #D521C1;
}
</style>
background-color css
<style>
a { background-color: #D521C1; }
a { background-color: rgb(213,33,193); }
div.DivClassName
{
background-color: #D521C1;
}
.BgClassName
{
background-color: #D521C1;
}
</style>
border-color css
<style>
span { border-color: #D521C1; }
span { border-color: rgb(213,33,193); }
td.TdClassName
{
border-color: #D521C1;
}
.TagClassName
{
border-color: #D521C1;
}
</style>