Shades of Medium Violet Red #D2147E
Tints of Medium Violet Red #D2147E
RGB
CMYK
RGB Variations
Color information
#D2147E (or 0xD2147E) is known color: Medium Violet Red. HEX triplet: D2, 14 and 7E. RGB value is (210,20,126). Sum of RGB (Red+Green+Blue) = 210+20+126=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2147E is #2DEB81. Grayscale: #585858. Windows color (decimal): -3009410 or 8262866. OLE color: 8262866.
HSL color Cylindrical-coordinate representation of color #D2147E: hue angle of 326.53º 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 #D2147E is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.18 |
| HSL | 326.53º | 0.83% | 0.45% | - |
| HSV(B) | 326.53º | 0.9% | 0.82% | - |
| XYZ | 30.59 | 15.71 | 21.16 | - |
| YUV | 88.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 126 | 0 | 0.90 | 0.4 | 0.18 | 326.53 | 0.83 | 0.45 |
| Hex | D2 | 14 | 7E | 0 | 5A | 28 | 12 | 147 | 53 | 2D |
| Octal | 322 | 24 | 176 | 0 | 132 | 50 | 22 | 507 | 123 | 55 |
| Binary | 11010010 | 10100 | 1111110 | 0 | 1011010 | 101000 | 10010 | 101000111 | 1010011 | 101101 |
Color Harmonies of #D2147E
Complementary color
Monochromatic Colors of #D2147E
Black with #D2147E
Text Example
Text Example
White with #D2147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2147E; }
p { color: rgb(210,20,126); }
H1.HeaderClassName
{
color: #D2147E;
}
.AnyTagClassName
{
color: #D2147E;
}
</style>
background-color css
<style>
a { background-color: #D2147E; }
a { background-color: rgb(210,20,126); }
div.DivClassName
{
background-color: #D2147E;
}
.BgClassName
{
background-color: #D2147E;
}
</style>
border-color css
<style>
span { border-color: #D2147E; }
span { border-color: rgb(210,20,126); }
td.TdClassName
{
border-color: #D2147E;
}
.TagClassName
{
border-color: #D2147E;
}
</style>