Shades of Deep Magenta #D01BCB
Tints of Deep Magenta #D01BCB
RGB
CMYK
RGB Variations
Color information
#D01BCB (or 0xD01BCB) is known color: Deep Magenta. HEX triplet: D0, 1B and CB. RGB value is (208,27,203). Sum of RGB (Red+Green+Blue) = 208+27+203=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BCB is #2FE434. Grayscale: #646464. Windows color (decimal): -3138613 or 13310928. OLE color: 13310928.
HSL color Cylindrical-coordinate representation of color #D01BCB: hue angle of 301.66º 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 #D01BCB is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 203 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.18 |
| HSL | 301.66º | 0.77% | 0.46% | - |
| HSV(B) | 301.66º | 0.87% | 0.82% | - |
| XYZ | 37.18 | 18.51 | 58.11 | - |
| YUV | 101.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 203 | 0 | 0.87 | 0.02 | 0.18 | 301.66 | 0.77 | 0.46 |
| Hex | D0 | 1B | CB | 0 | 57 | 2 | 12 | 12E | 4D | 2E |
| Octal | 320 | 33 | 313 | 0 | 127 | 2 | 22 | 456 | 115 | 56 |
| Binary | 11010000 | 11011 | 11001011 | 0 | 1010111 | 10 | 10010 | 100101110 | 1001101 | 101110 |
Color Harmonies of #D01BCB
Complementary color
Monochromatic Colors of #D01BCB
Black with #D01BCB
Text Example
Text Example
White with #D01BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BCB; }
p { color: rgb(208,27,203); }
H1.HeaderClassName
{
color: #D01BCB;
}
.AnyTagClassName
{
color: #D01BCB;
}
</style>
background-color css
<style>
a { background-color: #D01BCB; }
a { background-color: rgb(208,27,203); }
div.DivClassName
{
background-color: #D01BCB;
}
.BgClassName
{
background-color: #D01BCB;
}
</style>
border-color css
<style>
span { border-color: #D01BCB; }
span { border-color: rgb(208,27,203); }
td.TdClassName
{
border-color: #D01BCB;
}
.TagClassName
{
border-color: #D01BCB;
}
</style>