Shades of Deep Magenta #D221C7
Tints of Deep Magenta #D221C7
RGB
CMYK
RGB Variations
Color information
#D221C7 (or 0xD221C7) is known color: Deep Magenta. HEX triplet: D2, 21 and C7. RGB value is (210,33,199). Sum of RGB (Red+Green+Blue) = 210+33+199=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D221C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221C7 is #2DDE38. Grayscale: #686868. Windows color (decimal): -3006009 or 13050322. OLE color: 13050322.
HSL color Cylindrical-coordinate representation of color #D221C7: hue angle of 303.73º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D221C7 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 199 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.18 |
| HSL | 303.73º | 0.73% | 0.48% | - |
| HSV(B) | 303.73º | 0.84% | 0.82% | - |
| XYZ | 37.43 | 18.91 | 55.71 | - |
| YUV | 104.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 199 | 0 | 0.84 | 0.05 | 0.18 | 303.73 | 0.73 | 0.48 |
| Hex | D2 | 21 | C7 | 0 | 54 | 5 | 12 | 130 | 49 | 30 |
| Octal | 322 | 41 | 307 | 0 | 124 | 5 | 22 | 460 | 111 | 60 |
| Binary | 11010010 | 100001 | 11000111 | 0 | 1010100 | 101 | 10010 | 100110000 | 1001001 | 110000 |
Color Harmonies of #D221C7
Complementary color
Monochromatic Colors of #D221C7
Black with #D221C7
Text Example
Text Example
White with #D221C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221C7; }
p { color: rgb(210,33,199); }
H1.HeaderClassName
{
color: #D221C7;
}
.AnyTagClassName
{
color: #D221C7;
}
</style>
background-color css
<style>
a { background-color: #D221C7; }
a { background-color: rgb(210,33,199); }
div.DivClassName
{
background-color: #D221C7;
}
.BgClassName
{
background-color: #D221C7;
}
</style>
border-color css
<style>
span { border-color: #D221C7; }
span { border-color: rgb(210,33,199); }
td.TdClassName
{
border-color: #D221C7;
}
.TagClassName
{
border-color: #D221C7;
}
</style>