Shades of Medium Violet Red #D2137B
Tints of Medium Violet Red #D2137B
RGB
CMYK
RGB Variations
Color information
#D2137B (or 0xD2137B) is known color: Medium Violet Red. HEX triplet: D2, 13 and 7B. RGB value is (210,19,123). Sum of RGB (Red+Green+Blue) = 210+19+123=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2137B is #2DEC84. Grayscale: #575757. Windows color (decimal): -3009669 or 8066002. OLE color: 8066002.
HSL color Cylindrical-coordinate representation of color #D2137B: hue angle of 327.33º degrees, saturation: 0.83, 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 #D2137B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.18 |
| HSL | 327.33º | 0.83% | 0.45% | - |
| HSV(B) | 327.33º | 0.91% | 0.82% | - |
| XYZ | 30.39 | 15.6 | 20.15 | - |
| YUV | 87.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 123 | 0 | 0.91 | 0.41 | 0.18 | 327.33 | 0.83 | 0.45 |
| Hex | D2 | 13 | 7B | 0 | 5B | 29 | 12 | 147 | 53 | 2D |
| Octal | 322 | 23 | 173 | 0 | 133 | 51 | 22 | 507 | 123 | 55 |
| Binary | 11010010 | 10011 | 1111011 | 0 | 1011011 | 101001 | 10010 | 101000111 | 1010011 | 101101 |
Color Harmonies of #D2137B
Complementary color
Monochromatic Colors of #D2137B
Black with #D2137B
Text Example
Text Example
White with #D2137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2137B; }
p { color: rgb(210,19,123); }
H1.HeaderClassName
{
color: #D2137B;
}
.AnyTagClassName
{
color: #D2137B;
}
</style>
background-color css
<style>
a { background-color: #D2137B; }
a { background-color: rgb(210,19,123); }
div.DivClassName
{
background-color: #D2137B;
}
.BgClassName
{
background-color: #D2137B;
}
</style>
border-color css
<style>
span { border-color: #D2137B; }
span { border-color: rgb(210,19,123); }
td.TdClassName
{
border-color: #D2137B;
}
.TagClassName
{
border-color: #D2137B;
}
</style>