Shades of Medium Violet Red #D01B7B
Tints of Medium Violet Red #D01B7B
RGB
CMYK
RGB Variations
Color information
#D01B7B (or 0xD01B7B) is known color: Medium Violet Red. HEX triplet: D0, 1B and 7B. RGB value is (208,27,123). Sum of RGB (Red+Green+Blue) = 208+27+123=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01B7B is #2FE484. Grayscale: #5B5B5B. Windows color (decimal): -3138693 or 8068048. OLE color: 8068048.
HSL color Cylindrical-coordinate representation of color #D01B7B: hue angle of 328.18º 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 #D01B7B is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 123 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.18 |
| HSL | 328.18º | 0.77% | 0.46% | - |
| HSV(B) | 328.18º | 0.87% | 0.82% | - |
| XYZ | 29.98 | 15.62 | 20.17 | - |
| YUV | 92.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 123 | 0 | 0.87 | 0.41 | 0.18 | 328.18 | 0.77 | 0.46 |
| Hex | D0 | 1B | 7B | 0 | 57 | 29 | 12 | 148 | 4D | 2E |
| Octal | 320 | 33 | 173 | 0 | 127 | 51 | 22 | 510 | 115 | 56 |
| Binary | 11010000 | 11011 | 1111011 | 0 | 1010111 | 101001 | 10010 | 101001000 | 1001101 | 101110 |
Color Harmonies of #D01B7B
Complementary color
Monochromatic Colors of #D01B7B
Black with #D01B7B
Text Example
Text Example
White with #D01B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B7B; }
p { color: rgb(208,27,123); }
H1.HeaderClassName
{
color: #D01B7B;
}
.AnyTagClassName
{
color: #D01B7B;
}
</style>
background-color css
<style>
a { background-color: #D01B7B; }
a { background-color: rgb(208,27,123); }
div.DivClassName
{
background-color: #D01B7B;
}
.BgClassName
{
background-color: #D01B7B;
}
</style>
border-color css
<style>
span { border-color: #D01B7B; }
span { border-color: rgb(208,27,123); }
td.TdClassName
{
border-color: #D01B7B;
}
.TagClassName
{
border-color: #D01B7B;
}
</style>