Shades of Deep Magenta #D220B3
Tints of Deep Magenta #D220B3
RGB
CMYK
RGB Variations
Color information
#D220B3 (or 0xD220B3) is known color: Deep Magenta. HEX triplet: D2, 20 and B3. RGB value is (210,32,179). Sum of RGB (Red+Green+Blue) = 210+32+179=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D220B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220B3 is #2DDF4C. Grayscale: #656565. Windows color (decimal): -3006285 or 11739346. OLE color: 11739346.
HSL color Cylindrical-coordinate representation of color #D220B3: hue angle of 310.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220B3 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 179 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.18 |
| HSL | 310.45º | 0.74% | 0.47% | - |
| HSV(B) | 310.45º | 0.85% | 0.82% | - |
| XYZ | 35.23 | 17.99 | 44.26 | - |
| YUV | 101.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 179 | 0 | 0.85 | 0.15 | 0.18 | 310.45 | 0.74 | 0.47 |
| Hex | D2 | 20 | B3 | 0 | 55 | F | 12 | 136 | 4A | 2F |
| Octal | 322 | 40 | 263 | 0 | 125 | 17 | 22 | 466 | 112 | 57 |
| Binary | 11010010 | 100000 | 10110011 | 0 | 1010101 | 1111 | 10010 | 100110110 | 1001010 | 101111 |
Color Harmonies of #D220B3
Complementary color
Monochromatic Colors of #D220B3
Black with #D220B3
Text Example
Text Example
White with #D220B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220B3; }
p { color: rgb(210,32,179); }
H1.HeaderClassName
{
color: #D220B3;
}
.AnyTagClassName
{
color: #D220B3;
}
</style>
background-color css
<style>
a { background-color: #D220B3; }
a { background-color: rgb(210,32,179); }
div.DivClassName
{
background-color: #D220B3;
}
.BgClassName
{
background-color: #D220B3;
}
</style>
border-color css
<style>
span { border-color: #D220B3; }
span { border-color: rgb(210,32,179); }
td.TdClassName
{
border-color: #D220B3;
}
.TagClassName
{
border-color: #D220B3;
}
</style>