Shades of Medium Violet Red #D2017E
Tints of Medium Violet Red #D2017E
RGB
CMYK
RGB Variations
Color information
#D2017E (or 0xD2017E) is known color: Medium Violet Red. HEX triplet: D2, 01 and 7E. RGB value is (210,1,126). Sum of RGB (Red+Green+Blue) = 210+1+126=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2017E is #2DFE81. Grayscale: #4D4D4D. Windows color (decimal): -3014274 or 8258002. OLE color: 8258002.
HSL color Cylindrical-coordinate representation of color #D2017E: hue angle of 324.11º 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 #D2017E is Cyan = 0, Magento = 1.00, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.4 | 0.18 |
| HSL | 324.11º | 0.99% | 0.41% | - |
| HSV(B) | 324.11º | 1% | 0.82% | - |
| XYZ | 30.36 | 15.23 | 21.08 | - |
| YUV | 77.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 126 | 0 | 1.00 | 0.4 | 0.18 | 324.11 | 0.99 | 0.41 |
| Hex | D2 | 1 | 7E | 0 | 64 | 28 | 12 | 144 | 63 | 29 |
| Octal | 322 | 1 | 176 | 0 | 144 | 50 | 22 | 504 | 143 | 51 |
| Binary | 11010010 | 1 | 1111110 | 0 | 1100100 | 101000 | 10010 | 101000100 | 1100011 | 101001 |
Color Harmonies of #D2017E
Complementary color
Monochromatic Colors of #D2017E
Black with #D2017E
Text Example
Text Example
White with #D2017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2017E; }
p { color: rgb(210,1,126); }
H1.HeaderClassName
{
color: #D2017E;
}
.AnyTagClassName
{
color: #D2017E;
}
</style>
background-color css
<style>
a { background-color: #D2017E; }
a { background-color: rgb(210,1,126); }
div.DivClassName
{
background-color: #D2017E;
}
.BgClassName
{
background-color: #D2017E;
}
</style>
border-color css
<style>
span { border-color: #D2017E; }
span { border-color: rgb(210,1,126); }
td.TdClassName
{
border-color: #D2017E;
}
.TagClassName
{
border-color: #D2017E;
}
</style>