Shades of Medium Violet Red #D01C8E
Tints of Medium Violet Red #D01C8E
RGB
CMYK
RGB Variations
Color information
#D01C8E (or 0xD01C8E) is known color: Medium Violet Red. HEX triplet: D0, 1C and 8E. RGB value is (208,28,142). Sum of RGB (Red+Green+Blue) = 208+28+142=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C8E is #2FE371. Grayscale: #5E5E5E. Windows color (decimal): -3138418 or 9313488. OLE color: 9313488.
HSL color Cylindrical-coordinate representation of color #D01C8E: hue angle of 322º degrees, saturation: 0.76, 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 #D01C8E is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 142 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.18 |
| HSL | 322º | 0.76% | 0.46% | - |
| HSV(B) | 322º | 0.87% | 0.82% | - |
| XYZ | 31.31 | 16.19 | 27.07 | - |
| YUV | 94.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 142 | 0 | 0.87 | 0.32 | 0.18 | 322 | 0.76 | 0.46 |
| Hex | D0 | 1C | 8E | 0 | 57 | 20 | 12 | 142 | 4C | 2E |
| Octal | 320 | 34 | 216 | 0 | 127 | 40 | 22 | 502 | 114 | 56 |
| Binary | 11010000 | 11100 | 10001110 | 0 | 1010111 | 100000 | 10010 | 101000010 | 1001100 | 101110 |
Color Harmonies of #D01C8E
Complementary color
Monochromatic Colors of #D01C8E
Black with #D01C8E
Text Example
Text Example
White with #D01C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C8E; }
p { color: rgb(208,28,142); }
H1.HeaderClassName
{
color: #D01C8E;
}
.AnyTagClassName
{
color: #D01C8E;
}
</style>
background-color css
<style>
a { background-color: #D01C8E; }
a { background-color: rgb(208,28,142); }
div.DivClassName
{
background-color: #D01C8E;
}
.BgClassName
{
background-color: #D01C8E;
}
</style>
border-color css
<style>
span { border-color: #D01C8E; }
span { border-color: rgb(208,28,142); }
td.TdClassName
{
border-color: #D01C8E;
}
.TagClassName
{
border-color: #D01C8E;
}
</style>