Shades of Deep Magenta #D01BC7
Tints of Deep Magenta #D01BC7
RGB
CMYK
RGB Variations
Color information
#D01BC7 (or 0xD01BC7) is known color: Deep Magenta. HEX triplet: D0, 1B and C7. RGB value is (208,27,199). Sum of RGB (Red+Green+Blue) = 208+27+199=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BC7 is #2FE438. Grayscale: #646464. Windows color (decimal): -3138617 or 13048784. OLE color: 13048784.
HSL color Cylindrical-coordinate representation of color #D01BC7: hue angle of 302.98º 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 #D01BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.18 |
| HSL | 302.98º | 0.77% | 0.46% | - |
| HSV(B) | 302.98º | 0.87% | 0.82% | - |
| XYZ | 36.71 | 18.32 | 55.63 | - |
| YUV | 100.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 199 | 0 | 0.87 | 0.04 | 0.18 | 302.98 | 0.77 | 0.46 |
| Hex | D0 | 1B | C7 | 0 | 57 | 4 | 12 | 12F | 4D | 2E |
| Octal | 320 | 33 | 307 | 0 | 127 | 4 | 22 | 457 | 115 | 56 |
| Binary | 11010000 | 11011 | 11000111 | 0 | 1010111 | 100 | 10010 | 100101111 | 1001101 | 101110 |
Color Harmonies of #D01BC7
Complementary color
Monochromatic Colors of #D01BC7
Black with #D01BC7
Text Example
Text Example
White with #D01BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BC7; }
p { color: rgb(208,27,199); }
H1.HeaderClassName
{
color: #D01BC7;
}
.AnyTagClassName
{
color: #D01BC7;
}
</style>
background-color css
<style>
a { background-color: #D01BC7; }
a { background-color: rgb(208,27,199); }
div.DivClassName
{
background-color: #D01BC7;
}
.BgClassName
{
background-color: #D01BC7;
}
</style>
border-color css
<style>
span { border-color: #D01BC7; }
span { border-color: rgb(208,27,199); }
td.TdClassName
{
border-color: #D01BC7;
}
.TagClassName
{
border-color: #D01BC7;
}
</style>