Shades of Medium Violet Red #D2157A
Tints of Medium Violet Red #D2157A
RGB
CMYK
RGB Variations
Color information
#D2157A (or 0xD2157A) is known color: Medium Violet Red. HEX triplet: D2, 15 and 7A. RGB value is (210,21,122). Sum of RGB (Red+Green+Blue) = 210+21+122=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2157A is #2DEA85. Grayscale: #585858. Windows color (decimal): -3009158 or 8000978. OLE color: 8000978.
HSL color Cylindrical-coordinate representation of color #D2157A: hue angle of 327.94º degrees, saturation: 0.82, 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 #D2157A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.18 |
| HSL | 327.94º | 0.82% | 0.45% | - |
| HSV(B) | 327.94º | 0.9% | 0.82% | - |
| XYZ | 30.36 | 15.64 | 19.83 | - |
| YUV | 89.03 | 146.62 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 122 | 0 | 0.90 | 0.42 | 0.18 | 327.94 | 0.82 | 0.45 |
| Hex | D2 | 15 | 7A | 0 | 5A | 2A | 12 | 148 | 52 | 2D |
| Octal | 322 | 25 | 172 | 0 | 132 | 52 | 22 | 510 | 122 | 55 |
| Binary | 11010010 | 10101 | 1111010 | 0 | 1011010 | 101010 | 10010 | 101001000 | 1010010 | 101101 |
Color Harmonies of #D2157A
Complementary color
Monochromatic Colors of #D2157A
Black with #D2157A
Text Example
Text Example
White with #D2157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2157A; }
p { color: rgb(210,21,122); }
H1.HeaderClassName
{
color: #D2157A;
}
.AnyTagClassName
{
color: #D2157A;
}
</style>
background-color css
<style>
a { background-color: #D2157A; }
a { background-color: rgb(210,21,122); }
div.DivClassName
{
background-color: #D2157A;
}
.BgClassName
{
background-color: #D2157A;
}
</style>
border-color css
<style>
span { border-color: #D2157A; }
span { border-color: rgb(210,21,122); }
td.TdClassName
{
border-color: #D2157A;
}
.TagClassName
{
border-color: #D2157A;
}
</style>