Shades of Deep Magenta #D21BBB
Tints of Deep Magenta #D21BBB
RGB
CMYK
RGB Variations
Color information
#D21BBB (or 0xD21BBB) is known color: Deep Magenta. HEX triplet: D2, 1B and BB. RGB value is (210,27,187). Sum of RGB (Red+Green+Blue) = 210+27+187=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BBB is #2DE444. Grayscale: #636363. Windows color (decimal): -3007557 or 12262354. OLE color: 12262354.
HSL color Cylindrical-coordinate representation of color #D21BBB: hue angle of 307.54º 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 #D21BBB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.18 |
| HSL | 307.54º | 0.77% | 0.46% | - |
| HSV(B) | 307.54º | 0.87% | 0.82% | - |
| XYZ | 35.94 | 18.07 | 48.61 | - |
| YUV | 99.96 | 177.13 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 187 | 0 | 0.87 | 0.11 | 0.18 | 307.54 | 0.77 | 0.46 |
| Hex | D2 | 1B | BB | 0 | 57 | B | 12 | 134 | 4D | 2E |
| Octal | 322 | 33 | 273 | 0 | 127 | 13 | 22 | 464 | 115 | 56 |
| Binary | 11010010 | 11011 | 10111011 | 0 | 1010111 | 1011 | 10010 | 100110100 | 1001101 | 101110 |
Color Harmonies of #D21BBB
Complementary color
Monochromatic Colors of #D21BBB
Black with #D21BBB
Text Example
Text Example
White with #D21BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BBB; }
p { color: rgb(210,27,187); }
H1.HeaderClassName
{
color: #D21BBB;
}
.AnyTagClassName
{
color: #D21BBB;
}
</style>
background-color css
<style>
a { background-color: #D21BBB; }
a { background-color: rgb(210,27,187); }
div.DivClassName
{
background-color: #D21BBB;
}
.BgClassName
{
background-color: #D21BBB;
}
</style>
border-color css
<style>
span { border-color: #D21BBB; }
span { border-color: rgb(210,27,187); }
td.TdClassName
{
border-color: #D21BBB;
}
.TagClassName
{
border-color: #D21BBB;
}
</style>