Shades of Medium Violet Red #D0017D
Tints of Medium Violet Red #D0017D
RGB
CMYK
RGB Variations
Color information
#D0017D (or 0xD0017D) is known color: Medium Violet Red. HEX triplet: D0, 01 and 7D. RGB value is (208,1,125). Sum of RGB (Red+Green+Blue) = 208+1+125=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0017D is #2FFE82. Grayscale: #4C4C4C. Windows color (decimal): -3145347 or 8192464. OLE color: 8192464.
HSL color Cylindrical-coordinate representation of color #D0017D: hue angle of 324.06º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0017D is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.18 |
| HSL | 324.06º | 0.99% | 0.41% | - |
| HSV(B) | 324.06º | 1% | 0.82% | - |
| XYZ | 29.72 | 14.91 | 20.71 | - |
| YUV | 77.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 125 | 0 | 1.00 | 0.40 | 0.18 | 324.06 | 0.99 | 0.41 |
| Hex | D0 | 1 | 7D | 0 | 64 | 28 | 12 | 144 | 63 | 29 |
| Octal | 320 | 1 | 175 | 0 | 144 | 50 | 22 | 504 | 143 | 51 |
| Binary | 11010000 | 1 | 1111101 | 0 | 1100100 | 101000 | 10010 | 101000100 | 1100011 | 101001 |
Color Harmonies of #D0017D
Complementary color
Monochromatic Colors of #D0017D
Black with #D0017D
Text Example
Text Example
White with #D0017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0017D; }
p { color: rgb(208,1,125); }
H1.HeaderClassName
{
color: #D0017D;
}
.AnyTagClassName
{
color: #D0017D;
}
</style>
background-color css
<style>
a { background-color: #D0017D; }
a { background-color: rgb(208,1,125); }
div.DivClassName
{
background-color: #D0017D;
}
.BgClassName
{
background-color: #D0017D;
}
</style>
border-color css
<style>
span { border-color: #D0017D; }
span { border-color: rgb(208,1,125); }
td.TdClassName
{
border-color: #D0017D;
}
.TagClassName
{
border-color: #D0017D;
}
</style>