Shades of Deep Magenta #D010BC
Tints of Deep Magenta #D010BC
RGB
CMYK
RGB Variations
Color information
#D010BC (or 0xD010BC) is known color: Deep Magenta. HEX triplet: D0, 10 and BC. RGB value is (208,16,188). Sum of RGB (Red+Green+Blue) = 208+16+188=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D010BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010BC is #2FEF43. Grayscale: #5C5C5C. Windows color (decimal): -3141444 or 12325072. OLE color: 12325072.
HSL color Cylindrical-coordinate representation of color #D010BC: hue angle of 306.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010BC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.25º | 0.86% | 0.44% | - |
| HSV(B) | 306.25º | 0.92% | 0.82% | - |
| XYZ | 35.27 | 17.41 | 49.08 | - |
| YUV | 93.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 188 | 0 | 0.92 | 0.10 | 0.18 | 306.25 | 0.86 | 0.44 |
| Hex | D0 | 10 | BC | 0 | 5C | A | 12 | 132 | 56 | 2C |
| Octal | 320 | 20 | 274 | 0 | 134 | 12 | 22 | 462 | 126 | 54 |
| Binary | 11010000 | 10000 | 10111100 | 0 | 1011100 | 1010 | 10010 | 100110010 | 1010110 | 101100 |
Color Harmonies of #D010BC
Complementary color
Monochromatic Colors of #D010BC
Black with #D010BC
Text Example
Text Example
White with #D010BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010BC; }
p { color: rgb(208,16,188); }
H1.HeaderClassName
{
color: #D010BC;
}
.AnyTagClassName
{
color: #D010BC;
}
</style>
background-color css
<style>
a { background-color: #D010BC; }
a { background-color: rgb(208,16,188); }
div.DivClassName
{
background-color: #D010BC;
}
.BgClassName
{
background-color: #D010BC;
}
</style>
border-color css
<style>
span { border-color: #D010BC; }
span { border-color: rgb(208,16,188); }
td.TdClassName
{
border-color: #D010BC;
}
.TagClassName
{
border-color: #D010BC;
}
</style>