Shades of Deep Magenta #D010BE
Tints of Deep Magenta #D010BE
RGB
CMYK
RGB Variations
Color information
#D010BE (or 0xD010BE) is known color: Deep Magenta. HEX triplet: D0, 10 and BE. RGB value is (208,16,190). Sum of RGB (Red+Green+Blue) = 208+16+190=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D010BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010BE is #2FEF41. Grayscale: #5C5C5C. Windows color (decimal): -3141442 or 12456144. OLE color: 12456144.
HSL color Cylindrical-coordinate representation of color #D010BE: hue angle of 305.62º 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 #D010BE is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.63º | 0.86% | 0.44% | - |
| HSV(B) | 305.63º | 0.92% | 0.82% | - |
| XYZ | 35.49 | 17.5 | 50.22 | - |
| YUV | 93.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 190 | 0 | 0.92 | 0.09 | 0.18 | 305.63 | 0.86 | 0.44 |
| Hex | D0 | 10 | BE | 0 | 5C | 9 | 12 | 132 | 56 | 2C |
| Octal | 320 | 20 | 276 | 0 | 134 | 11 | 22 | 462 | 126 | 54 |
| Binary | 11010000 | 10000 | 10111110 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010110 | 101100 |
Color Harmonies of #D010BE
Complementary color
Monochromatic Colors of #D010BE
Black with #D010BE
Text Example
Text Example
White with #D010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010BE; }
p { color: rgb(208,16,190); }
H1.HeaderClassName
{
color: #D010BE;
}
.AnyTagClassName
{
color: #D010BE;
}
</style>
background-color css
<style>
a { background-color: #D010BE; }
a { background-color: rgb(208,16,190); }
div.DivClassName
{
background-color: #D010BE;
}
.BgClassName
{
background-color: #D010BE;
}
</style>
border-color css
<style>
span { border-color: #D010BE; }
span { border-color: rgb(208,16,190); }
td.TdClassName
{
border-color: #D010BE;
}
.TagClassName
{
border-color: #D010BE;
}
</style>