Shades of Deep Magenta #D212BC
Tints of Deep Magenta #D212BC
RGB
CMYK
RGB Variations
Color information
#D212BC (or 0xD212BC) is known color: Deep Magenta. HEX triplet: D2, 12 and BC. RGB value is (210,18,188). Sum of RGB (Red+Green+Blue) = 210+18+188=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D212BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212BC is #2DED43. Grayscale: #5E5E5E. Windows color (decimal): -3009860 or 12325586. OLE color: 12325586.
HSL color Cylindrical-coordinate representation of color #D212BC: hue angle of 306.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D212BC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 188 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.18 |
| HSL | 306.88º | 0.84% | 0.45% | - |
| HSV(B) | 306.88º | 0.91% | 0.82% | - |
| XYZ | 35.87 | 17.77 | 49.12 | - |
| YUV | 94.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 188 | 0 | 0.91 | 0.10 | 0.18 | 306.88 | 0.84 | 0.45 |
| Hex | D2 | 12 | BC | 0 | 5B | A | 12 | 133 | 54 | 2D |
| Octal | 322 | 22 | 274 | 0 | 133 | 12 | 22 | 463 | 124 | 55 |
| Binary | 11010010 | 10010 | 10111100 | 0 | 1011011 | 1010 | 10010 | 100110011 | 1010100 | 101101 |
Color Harmonies of #D212BC
Complementary color
Monochromatic Colors of #D212BC
Black with #D212BC
Text Example
Text Example
White with #D212BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212BC; }
p { color: rgb(210,18,188); }
H1.HeaderClassName
{
color: #D212BC;
}
.AnyTagClassName
{
color: #D212BC;
}
</style>
background-color css
<style>
a { background-color: #D212BC; }
a { background-color: rgb(210,18,188); }
div.DivClassName
{
background-color: #D212BC;
}
.BgClassName
{
background-color: #D212BC;
}
</style>
border-color css
<style>
span { border-color: #D212BC; }
span { border-color: rgb(210,18,188); }
td.TdClassName
{
border-color: #D212BC;
}
.TagClassName
{
border-color: #D212BC;
}
</style>