Shades of Deep Magenta #D221BC
Tints of Deep Magenta #D221BC
RGB
CMYK
RGB Variations
Color information
#D221BC (or 0xD221BC) is known color: Deep Magenta. HEX triplet: D2, 21 and BC. RGB value is (210,33,188). Sum of RGB (Red+Green+Blue) = 210+33+188=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D221BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221BC is #2DDE43. Grayscale: #676767. Windows color (decimal): -3006020 or 12329426. OLE color: 12329426.
HSL color Cylindrical-coordinate representation of color #D221BC: hue angle of 307.46º 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 #D221BC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 188 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.18 |
| HSL | 307.46º | 0.73% | 0.48% | - |
| HSV(B) | 307.46º | 0.84% | 0.82% | - |
| XYZ | 36.2 | 18.42 | 49.22 | - |
| YUV | 103.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 188 | 0 | 0.84 | 0.10 | 0.18 | 307.46 | 0.73 | 0.48 |
| Hex | D2 | 21 | BC | 0 | 54 | A | 12 | 133 | 49 | 30 |
| Octal | 322 | 41 | 274 | 0 | 124 | 12 | 22 | 463 | 111 | 60 |
| Binary | 11010010 | 100001 | 10111100 | 0 | 1010100 | 1010 | 10010 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D221BC
Complementary color
Monochromatic Colors of #D221BC
Black with #D221BC
Text Example
Text Example
White with #D221BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221BC; }
p { color: rgb(210,33,188); }
H1.HeaderClassName
{
color: #D221BC;
}
.AnyTagClassName
{
color: #D221BC;
}
</style>
background-color css
<style>
a { background-color: #D221BC; }
a { background-color: rgb(210,33,188); }
div.DivClassName
{
background-color: #D221BC;
}
.BgClassName
{
background-color: #D221BC;
}
</style>
border-color css
<style>
span { border-color: #D221BC; }
span { border-color: rgb(210,33,188); }
td.TdClassName
{
border-color: #D221BC;
}
.TagClassName
{
border-color: #D221BC;
}
</style>