Shades of Medium Violet Red #D2017A
Tints of Medium Violet Red #D2017A
RGB
CMYK
RGB Variations
Color information
#D2017A (or 0xD2017A) is known color: Medium Violet Red. HEX triplet: D2, 01 and 7A. RGB value is (210,1,122). Sum of RGB (Red+Green+Blue) = 210+1+122=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2017A is #2DFE85. Grayscale: #4D4D4D. Windows color (decimal): -3014278 or 7995858. OLE color: 7995858.
HSL color Cylindrical-coordinate representation of color #D2017A: hue angle of 325.26º 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 #D2017A is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.18 |
| HSL | 325.26º | 0.99% | 0.41% | - |
| HSV(B) | 325.26º | 1% | 0.82% | - |
| XYZ | 30.1 | 15.13 | 19.75 | - |
| YUV | 77.29 | 153.24 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 122 | 0 | 1.00 | 0.42 | 0.18 | 325.26 | 0.99 | 0.41 |
| Hex | D2 | 1 | 7A | 0 | 64 | 2A | 12 | 145 | 63 | 29 |
| Octal | 322 | 1 | 172 | 0 | 144 | 52 | 22 | 505 | 143 | 51 |
| Binary | 11010010 | 1 | 1111010 | 0 | 1100100 | 101010 | 10010 | 101000101 | 1100011 | 101001 |
Color Harmonies of #D2017A
Complementary color
Monochromatic Colors of #D2017A
Black with #D2017A
Text Example
Text Example
White with #D2017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2017A; }
p { color: rgb(210,1,122); }
H1.HeaderClassName
{
color: #D2017A;
}
.AnyTagClassName
{
color: #D2017A;
}
</style>
background-color css
<style>
a { background-color: #D2017A; }
a { background-color: rgb(210,1,122); }
div.DivClassName
{
background-color: #D2017A;
}
.BgClassName
{
background-color: #D2017A;
}
</style>
border-color css
<style>
span { border-color: #D2017A; }
span { border-color: rgb(210,1,122); }
td.TdClassName
{
border-color: #D2017A;
}
.TagClassName
{
border-color: #D2017A;
}
</style>