Shades of Medium Violet Red #D2017F
Tints of Medium Violet Red #D2017F
RGB
CMYK
RGB Variations
Color information
#D2017F (or 0xD2017F) is known color: Medium Violet Red. HEX triplet: D2, 01 and 7F. RGB value is (210,1,127). Sum of RGB (Red+Green+Blue) = 210+1+127=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2017F is #2DFE80. Grayscale: #4D4D4D. Windows color (decimal): -3014273 or 8323538. OLE color: 8323538.
HSL color Cylindrical-coordinate representation of color #D2017F: hue angle of 323.83º 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 #D2017F is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.18 |
| HSL | 323.83º | 0.99% | 0.41% | - |
| HSV(B) | 323.83º | 1% | 0.82% | - |
| XYZ | 30.42 | 15.26 | 21.42 | - |
| YUV | 77.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 127 | 0 | 1.00 | 0.40 | 0.18 | 323.83 | 0.99 | 0.41 |
| Hex | D2 | 1 | 7F | 0 | 64 | 28 | 12 | 144 | 63 | 29 |
| Octal | 322 | 1 | 177 | 0 | 144 | 50 | 22 | 504 | 143 | 51 |
| Binary | 11010010 | 1 | 1111111 | 0 | 1100100 | 101000 | 10010 | 101000100 | 1100011 | 101001 |
Color Harmonies of #D2017F
Complementary color
Monochromatic Colors of #D2017F
Black with #D2017F
Text Example
Text Example
White with #D2017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2017F; }
p { color: rgb(210,1,127); }
H1.HeaderClassName
{
color: #D2017F;
}
.AnyTagClassName
{
color: #D2017F;
}
</style>
background-color css
<style>
a { background-color: #D2017F; }
a { background-color: rgb(210,1,127); }
div.DivClassName
{
background-color: #D2017F;
}
.BgClassName
{
background-color: #D2017F;
}
</style>
border-color css
<style>
span { border-color: #D2017F; }
span { border-color: rgb(210,1,127); }
td.TdClassName
{
border-color: #D2017F;
}
.TagClassName
{
border-color: #D2017F;
}
</style>