Shades of Deep Magenta #D010B5
Tints of Deep Magenta #D010B5
RGB
CMYK
RGB Variations
Color information
#D010B5 (or 0xD010B5) is known color: Deep Magenta. HEX triplet: D0, 10 and B5. RGB value is (208,16,181). Sum of RGB (Red+Green+Blue) = 208+16+181=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D010B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010B5 is #2FEF4A. Grayscale: #5B5B5B. Windows color (decimal): -3141451 or 11866320. OLE color: 11866320.
HSL color Cylindrical-coordinate representation of color #D010B5: hue angle of 308.44º 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 #D010B5 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.18 |
| HSL | 308.44º | 0.86% | 0.44% | - |
| HSV(B) | 308.44º | 0.92% | 0.82% | - |
| XYZ | 34.54 | 17.12 | 45.2 | - |
| YUV | 92.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 181 | 0 | 0.92 | 0.13 | 0.18 | 308.44 | 0.86 | 0.44 |
| Hex | D0 | 10 | B5 | 0 | 5C | D | 12 | 134 | 56 | 2C |
| Octal | 320 | 20 | 265 | 0 | 134 | 15 | 22 | 464 | 126 | 54 |
| Binary | 11010000 | 10000 | 10110101 | 0 | 1011100 | 1101 | 10010 | 100110100 | 1010110 | 101100 |
Color Harmonies of #D010B5
Complementary color
Monochromatic Colors of #D010B5
Black with #D010B5
Text Example
Text Example
White with #D010B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010B5; }
p { color: rgb(208,16,181); }
H1.HeaderClassName
{
color: #D010B5;
}
.AnyTagClassName
{
color: #D010B5;
}
</style>
background-color css
<style>
a { background-color: #D010B5; }
a { background-color: rgb(208,16,181); }
div.DivClassName
{
background-color: #D010B5;
}
.BgClassName
{
background-color: #D010B5;
}
</style>
border-color css
<style>
span { border-color: #D010B5; }
span { border-color: rgb(208,16,181); }
td.TdClassName
{
border-color: #D010B5;
}
.TagClassName
{
border-color: #D010B5;
}
</style>