Shades of Deep Magenta #D01BC8
Tints of Deep Magenta #D01BC8
RGB
CMYK
RGB Variations
Color information
#D01BC8 (or 0xD01BC8) is known color: Deep Magenta. HEX triplet: D0, 1B and C8. RGB value is (208,27,200). Sum of RGB (Red+Green+Blue) = 208+27+200=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BC8 is #2FE437. Grayscale: #646464. Windows color (decimal): -3138616 or 13114320. OLE color: 13114320.
HSL color Cylindrical-coordinate representation of color #D01BC8: hue angle of 302.65º 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 #D01BC8 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 200 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.18 |
| HSL | 302.65º | 0.77% | 0.46% | - |
| HSV(B) | 302.65º | 0.87% | 0.82% | - |
| XYZ | 36.83 | 18.36 | 56.25 | - |
| YUV | 100.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 200 | 0 | 0.87 | 0.04 | 0.18 | 302.65 | 0.77 | 0.46 |
| Hex | D0 | 1B | C8 | 0 | 57 | 4 | 12 | 12F | 4D | 2E |
| Octal | 320 | 33 | 310 | 0 | 127 | 4 | 22 | 457 | 115 | 56 |
| Binary | 11010000 | 11011 | 11001000 | 0 | 1010111 | 100 | 10010 | 100101111 | 1001101 | 101110 |
Color Harmonies of #D01BC8
Complementary color
Monochromatic Colors of #D01BC8
Black with #D01BC8
Text Example
Text Example
White with #D01BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BC8; }
p { color: rgb(208,27,200); }
H1.HeaderClassName
{
color: #D01BC8;
}
.AnyTagClassName
{
color: #D01BC8;
}
</style>
background-color css
<style>
a { background-color: #D01BC8; }
a { background-color: rgb(208,27,200); }
div.DivClassName
{
background-color: #D01BC8;
}
.BgClassName
{
background-color: #D01BC8;
}
</style>
border-color css
<style>
span { border-color: #D01BC8; }
span { border-color: rgb(208,27,200); }
td.TdClassName
{
border-color: #D01BC8;
}
.TagClassName
{
border-color: #D01BC8;
}
</style>