Shades of Medium Violet Red #D2127D
Tints of Medium Violet Red #D2127D
RGB
CMYK
RGB Variations
Color information
#D2127D (or 0xD2127D) is known color: Medium Violet Red. HEX triplet: D2, 12 and 7D. RGB value is (210,18,125). Sum of RGB (Red+Green+Blue) = 210+18+125=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2127D is #2DED82. Grayscale: #575757. Windows color (decimal): -3009923 or 8196818. OLE color: 8196818.
HSL color Cylindrical-coordinate representation of color #D2127D: hue angle of 326.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2127D is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 125 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.18 |
| HSL | 326.56º | 0.84% | 0.45% | - |
| HSV(B) | 326.56º | 0.91% | 0.82% | - |
| XYZ | 30.5 | 15.61 | 20.81 | - |
| YUV | 87.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 125 | 0 | 0.91 | 0.40 | 0.18 | 326.56 | 0.84 | 0.45 |
| Hex | D2 | 12 | 7D | 0 | 5B | 28 | 12 | 147 | 54 | 2D |
| Octal | 322 | 22 | 175 | 0 | 133 | 50 | 22 | 507 | 124 | 55 |
| Binary | 11010010 | 10010 | 1111101 | 0 | 1011011 | 101000 | 10010 | 101000111 | 1010100 | 101101 |
Color Harmonies of #D2127D
Complementary color
Monochromatic Colors of #D2127D
Black with #D2127D
Text Example
Text Example
White with #D2127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2127D; }
p { color: rgb(210,18,125); }
H1.HeaderClassName
{
color: #D2127D;
}
.AnyTagClassName
{
color: #D2127D;
}
</style>
background-color css
<style>
a { background-color: #D2127D; }
a { background-color: rgb(210,18,125); }
div.DivClassName
{
background-color: #D2127D;
}
.BgClassName
{
background-color: #D2127D;
}
</style>
border-color css
<style>
span { border-color: #D2127D; }
span { border-color: rgb(210,18,125); }
td.TdClassName
{
border-color: #D2127D;
}
.TagClassName
{
border-color: #D2127D;
}
</style>