Shades of Medium Violet Red #D0137E
Tints of Medium Violet Red #D0137E
RGB
CMYK
RGB Variations
Color information
#D0137E (or 0xD0137E) is known color: Medium Violet Red. HEX triplet: D0, 13 and 7E. RGB value is (208,19,126). Sum of RGB (Red+Green+Blue) = 208+19+126=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0137E is #2FEC81. Grayscale: #575757. Windows color (decimal): -3140738 or 8262608. OLE color: 8262608.
HSL color Cylindrical-coordinate representation of color #D0137E: hue angle of 326.03º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0137E is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.18 |
| HSL | 326.03º | 0.83% | 0.45% | - |
| HSV(B) | 326.03º | 0.91% | 0.82% | - |
| XYZ | 30.01 | 15.38 | 21.13 | - |
| YUV | 87.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 126 | 0 | 0.91 | 0.39 | 0.18 | 326.03 | 0.83 | 0.45 |
| Hex | D0 | 13 | 7E | 0 | 5B | 27 | 12 | 146 | 53 | 2D |
| Octal | 320 | 23 | 176 | 0 | 133 | 47 | 22 | 506 | 123 | 55 |
| Binary | 11010000 | 10011 | 1111110 | 0 | 1011011 | 100111 | 10010 | 101000110 | 1010011 | 101101 |
Color Harmonies of #D0137E
Complementary color
Monochromatic Colors of #D0137E
Black with #D0137E
Text Example
Text Example
White with #D0137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0137E; }
p { color: rgb(208,19,126); }
H1.HeaderClassName
{
color: #D0137E;
}
.AnyTagClassName
{
color: #D0137E;
}
</style>
background-color css
<style>
a { background-color: #D0137E; }
a { background-color: rgb(208,19,126); }
div.DivClassName
{
background-color: #D0137E;
}
.BgClassName
{
background-color: #D0137E;
}
</style>
border-color css
<style>
span { border-color: #D0137E; }
span { border-color: rgb(208,19,126); }
td.TdClassName
{
border-color: #D0137E;
}
.TagClassName
{
border-color: #D0137E;
}
</style>