Shades of Medium Violet Red #D2157D
Tints of Medium Violet Red #D2157D
RGB
CMYK
RGB Variations
Color information
#D2157D (or 0xD2157D) is known color: Medium Violet Red. HEX triplet: D2, 15 and 7D. RGB value is (210,21,125). Sum of RGB (Red+Green+Blue) = 210+21+125=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2157D is #2DEA82. Grayscale: #595959. Windows color (decimal): -3009155 or 8197586. OLE color: 8197586.
HSL color Cylindrical-coordinate representation of color #D2157D: hue angle of 326.98º 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 #D2157D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 125 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.18 |
| HSL | 326.98º | 0.82% | 0.45% | - |
| HSV(B) | 326.98º | 0.9% | 0.82% | - |
| XYZ | 30.55 | 15.72 | 20.83 | - |
| YUV | 89.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 125 | 0 | 0.90 | 0.40 | 0.18 | 326.98 | 0.82 | 0.45 |
| Hex | D2 | 15 | 7D | 0 | 5A | 28 | 12 | 147 | 52 | 2D |
| Octal | 322 | 25 | 175 | 0 | 132 | 50 | 22 | 507 | 122 | 55 |
| Binary | 11010010 | 10101 | 1111101 | 0 | 1011010 | 101000 | 10010 | 101000111 | 1010010 | 101101 |
Color Harmonies of #D2157D
Complementary color
Monochromatic Colors of #D2157D
Black with #D2157D
Text Example
Text Example
White with #D2157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2157D; }
p { color: rgb(210,21,125); }
H1.HeaderClassName
{
color: #D2157D;
}
.AnyTagClassName
{
color: #D2157D;
}
</style>
background-color css
<style>
a { background-color: #D2157D; }
a { background-color: rgb(210,21,125); }
div.DivClassName
{
background-color: #D2157D;
}
.BgClassName
{
background-color: #D2157D;
}
</style>
border-color css
<style>
span { border-color: #D2157D; }
span { border-color: rgb(210,21,125); }
td.TdClassName
{
border-color: #D2157D;
}
.TagClassName
{
border-color: #D2157D;
}
</style>