Shades of Deep Magenta #D221C6
Tints of Deep Magenta #D221C6
RGB
CMYK
RGB Variations
Color information
#D221C6 (or 0xD221C6) is known color: Deep Magenta. HEX triplet: D2, 21 and C6. RGB value is (210,33,198). Sum of RGB (Red+Green+Blue) = 210+33+198=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D221C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221C6 is #2DDE39. Grayscale: #686868. Windows color (decimal): -3006010 or 12984786. OLE color: 12984786.
HSL color Cylindrical-coordinate representation of color #D221C6: hue angle of 304.07º 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 #D221C6 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 198 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.18 |
| HSL | 304.07º | 0.73% | 0.48% | - |
| HSV(B) | 304.07º | 0.84% | 0.82% | - |
| XYZ | 37.32 | 18.87 | 55.1 | - |
| YUV | 104.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 198 | 0 | 0.84 | 0.06 | 0.18 | 304.07 | 0.73 | 0.48 |
| Hex | D2 | 21 | C6 | 0 | 54 | 6 | 12 | 130 | 49 | 30 |
| Octal | 322 | 41 | 306 | 0 | 124 | 6 | 22 | 460 | 111 | 60 |
| Binary | 11010010 | 100001 | 11000110 | 0 | 1010100 | 110 | 10010 | 100110000 | 1001001 | 110000 |
Color Harmonies of #D221C6
Complementary color
Monochromatic Colors of #D221C6
Black with #D221C6
Text Example
Text Example
White with #D221C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221C6; }
p { color: rgb(210,33,198); }
H1.HeaderClassName
{
color: #D221C6;
}
.AnyTagClassName
{
color: #D221C6;
}
</style>
background-color css
<style>
a { background-color: #D221C6; }
a { background-color: rgb(210,33,198); }
div.DivClassName
{
background-color: #D221C6;
}
.BgClassName
{
background-color: #D221C6;
}
</style>
border-color css
<style>
span { border-color: #D221C6; }
span { border-color: rgb(210,33,198); }
td.TdClassName
{
border-color: #D221C6;
}
.TagClassName
{
border-color: #D221C6;
}
</style>