Shades of Deep Magenta #D221D3
Tints of Deep Magenta #D221D3
RGB
CMYK
RGB Variations
Color information
#D221D3 (or 0xD221D3) is known color: Deep Magenta. HEX triplet: D2, 21 and D3. RGB value is (210,33,211). Sum of RGB (Red+Green+Blue) = 210+33+211=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #D221D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221D3 is #2DDE2C. Grayscale: #696969. Windows color (decimal): -3005997 or 13836754. OLE color: 13836754.
HSL color Cylindrical-coordinate representation of color #D221D3: hue angle of 299.66º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D221D3 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 33 | 211 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.17 |
| HSL | 299.66º | 0.73% | 0.48% | - |
| HSV(B) | 299.66º | 0.84% | 0.83% | - |
| XYZ | 38.88 | 19.49 | 63.34 | - |
| YUV | 106.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 211 | 0.00 | 0.84 | 0 | 0.17 | 299.66 | 0.73 | 0.48 |
| Hex | D2 | 21 | D3 | 0 | 54 | 0 | 11 | 12C | 49 | 30 |
| Octal | 322 | 41 | 323 | 0 | 124 | 0 | 21 | 454 | 111 | 60 |
| Binary | 11010010 | 100001 | 11010011 | 0 | 1010100 | 0 | 10001 | 100101100 | 1001001 | 110000 |
Color Harmonies of #D221D3
Complementary color
Monochromatic Colors of #D221D3
Black with #D221D3
Text Example
Text Example
White with #D221D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221D3; }
p { color: rgb(210,33,211); }
H1.HeaderClassName
{
color: #D221D3;
}
.AnyTagClassName
{
color: #D221D3;
}
</style>
background-color css
<style>
a { background-color: #D221D3; }
a { background-color: rgb(210,33,211); }
div.DivClassName
{
background-color: #D221D3;
}
.BgClassName
{
background-color: #D221D3;
}
</style>
border-color css
<style>
span { border-color: #D221D3; }
span { border-color: rgb(210,33,211); }
td.TdClassName
{
border-color: #D221D3;
}
.TagClassName
{
border-color: #D221D3;
}
</style>