Shades of Medium Violet Red #D01B7C
Tints of Medium Violet Red #D01B7C
RGB
CMYK
RGB Variations
Color information
#D01B7C (or 0xD01B7C) is known color: Medium Violet Red. HEX triplet: D0, 1B and 7C. RGB value is (208,27,124). Sum of RGB (Red+Green+Blue) = 208+27+124=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01B7C is #2FE483. Grayscale: #5B5B5B. Windows color (decimal): -3138692 or 8133584. OLE color: 8133584.
HSL color Cylindrical-coordinate representation of color #D01B7C: hue angle of 327.85º 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 #D01B7C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 124 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.18 |
| HSL | 327.85º | 0.77% | 0.46% | - |
| HSV(B) | 327.85º | 0.87% | 0.82% | - |
| XYZ | 30.04 | 15.65 | 20.51 | - |
| YUV | 92.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 124 | 0 | 0.87 | 0.40 | 0.18 | 327.85 | 0.77 | 0.46 |
| Hex | D0 | 1B | 7C | 0 | 57 | 28 | 12 | 148 | 4D | 2E |
| Octal | 320 | 33 | 174 | 0 | 127 | 50 | 22 | 510 | 115 | 56 |
| Binary | 11010000 | 11011 | 1111100 | 0 | 1010111 | 101000 | 10010 | 101001000 | 1001101 | 101110 |
Color Harmonies of #D01B7C
Complementary color
Monochromatic Colors of #D01B7C
Black with #D01B7C
Text Example
Text Example
White with #D01B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B7C; }
p { color: rgb(208,27,124); }
H1.HeaderClassName
{
color: #D01B7C;
}
.AnyTagClassName
{
color: #D01B7C;
}
</style>
background-color css
<style>
a { background-color: #D01B7C; }
a { background-color: rgb(208,27,124); }
div.DivClassName
{
background-color: #D01B7C;
}
.BgClassName
{
background-color: #D01B7C;
}
</style>
border-color css
<style>
span { border-color: #D01B7C; }
span { border-color: rgb(208,27,124); }
td.TdClassName
{
border-color: #D01B7C;
}
.TagClassName
{
border-color: #D01B7C;
}
</style>