Shades of Medium Violet Red #D01B8D
Tints of Medium Violet Red #D01B8D
RGB
CMYK
RGB Variations
Color information
#D01B8D (or 0xD01B8D) is known color: Medium Violet Red. HEX triplet: D0, 1B and 8D. RGB value is (208,27,141). Sum of RGB (Red+Green+Blue) = 208+27+141=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B8D is #2FE472. Grayscale: #5D5D5D. Windows color (decimal): -3138675 or 9247696. OLE color: 9247696.
HSL color Cylindrical-coordinate representation of color #D01B8D: hue angle of 322.21º 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 #D01B8D is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 141 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.18 |
| HSL | 322.21º | 0.77% | 0.46% | - |
| HSV(B) | 322.21º | 0.87% | 0.82% | - |
| XYZ | 31.21 | 16.12 | 26.67 | - |
| YUV | 94.12 | 154.47 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 141 | 0 | 0.87 | 0.32 | 0.18 | 322.21 | 0.77 | 0.46 |
| Hex | D0 | 1B | 8D | 0 | 57 | 20 | 12 | 142 | 4D | 2E |
| Octal | 320 | 33 | 215 | 0 | 127 | 40 | 22 | 502 | 115 | 56 |
| Binary | 11010000 | 11011 | 10001101 | 0 | 1010111 | 100000 | 10010 | 101000010 | 1001101 | 101110 |
Color Harmonies of #D01B8D
Complementary color
Monochromatic Colors of #D01B8D
Black with #D01B8D
Text Example
Text Example
White with #D01B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B8D; }
p { color: rgb(208,27,141); }
H1.HeaderClassName
{
color: #D01B8D;
}
.AnyTagClassName
{
color: #D01B8D;
}
</style>
background-color css
<style>
a { background-color: #D01B8D; }
a { background-color: rgb(208,27,141); }
div.DivClassName
{
background-color: #D01B8D;
}
.BgClassName
{
background-color: #D01B8D;
}
</style>
border-color css
<style>
span { border-color: #D01B8D; }
span { border-color: rgb(208,27,141); }
td.TdClassName
{
border-color: #D01B8D;
}
.TagClassName
{
border-color: #D01B8D;
}
</style>