Shades of Deep Magenta #D21BBC
Tints of Deep Magenta #D21BBC
RGB
CMYK
RGB Variations
Color information
#D21BBC (or 0xD21BBC) is known color: Deep Magenta. HEX triplet: D2, 1B and BC. RGB value is (210,27,188). Sum of RGB (Red+Green+Blue) = 210+27+188=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BBC is #2DE443. Grayscale: #636363. Windows color (decimal): -3007556 or 12327890. OLE color: 12327890.
HSL color Cylindrical-coordinate representation of color #D21BBC: hue angle of 307.21º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BBC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 307.21º | 0.77% | 0.46% | - |
| HSV(B) | 307.21º | 0.87% | 0.82% | - |
| XYZ | 36.05 | 18.12 | 49.17 | - |
| YUV | 100.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 188 | 0 | 0.87 | 0.10 | 0.18 | 307.21 | 0.77 | 0.46 |
| Hex | D2 | 1B | BC | 0 | 57 | A | 12 | 133 | 4D | 2E |
| Octal | 322 | 33 | 274 | 0 | 127 | 12 | 22 | 463 | 115 | 56 |
| Binary | 11010010 | 11011 | 10111100 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001101 | 101110 |
Color Harmonies of #D21BBC
Complementary color
Monochromatic Colors of #D21BBC
Black with #D21BBC
Text Example
Text Example
White with #D21BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BBC; }
p { color: rgb(210,27,188); }
H1.HeaderClassName
{
color: #D21BBC;
}
.AnyTagClassName
{
color: #D21BBC;
}
</style>
background-color css
<style>
a { background-color: #D21BBC; }
a { background-color: rgb(210,27,188); }
div.DivClassName
{
background-color: #D21BBC;
}
.BgClassName
{
background-color: #D21BBC;
}
</style>
border-color css
<style>
span { border-color: #D21BBC; }
span { border-color: rgb(210,27,188); }
td.TdClassName
{
border-color: #D21BBC;
}
.TagClassName
{
border-color: #D21BBC;
}
</style>