Shades of Medium Violet Red #D2147A
Tints of Medium Violet Red #D2147A
RGB
CMYK
RGB Variations
Color information
#D2147A (or 0xD2147A) is known color: Medium Violet Red. HEX triplet: D2, 14 and 7A. RGB value is (210,20,122). Sum of RGB (Red+Green+Blue) = 210+20+122=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2147A is #2DEB85. Grayscale: #585858. Windows color (decimal): -3009414 or 8000722. OLE color: 8000722.
HSL color Cylindrical-coordinate representation of color #D2147A: hue angle of 327.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2147A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.18 |
| HSL | 327.79º | 0.83% | 0.45% | - |
| HSV(B) | 327.79º | 0.9% | 0.82% | - |
| XYZ | 30.34 | 15.61 | 19.83 | - |
| YUV | 88.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 122 | 0 | 0.90 | 0.42 | 0.18 | 327.79 | 0.83 | 0.45 |
| Hex | D2 | 14 | 7A | 0 | 5A | 2A | 12 | 148 | 53 | 2D |
| Octal | 322 | 24 | 172 | 0 | 132 | 52 | 22 | 510 | 123 | 55 |
| Binary | 11010010 | 10100 | 1111010 | 0 | 1011010 | 101010 | 10010 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D2147A
Complementary color
Monochromatic Colors of #D2147A
Black with #D2147A
Text Example
Text Example
White with #D2147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2147A; }
p { color: rgb(210,20,122); }
H1.HeaderClassName
{
color: #D2147A;
}
.AnyTagClassName
{
color: #D2147A;
}
</style>
background-color css
<style>
a { background-color: #D2147A; }
a { background-color: rgb(210,20,122); }
div.DivClassName
{
background-color: #D2147A;
}
.BgClassName
{
background-color: #D2147A;
}
</style>
border-color css
<style>
span { border-color: #D2147A; }
span { border-color: rgb(210,20,122); }
td.TdClassName
{
border-color: #D2147A;
}
.TagClassName
{
border-color: #D2147A;
}
</style>