Shades of Medium Violet Red #D2058E
Tints of Medium Violet Red #D2058E
RGB
CMYK
RGB Variations
Color information
#D2058E (or 0xD2058E) is known color: Medium Violet Red. HEX triplet: D2, 05 and 8E. RGB value is (210,5,142). Sum of RGB (Red+Green+Blue) = 210+5+142=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2058E is #2DFA71. Grayscale: #515151. Windows color (decimal): -3013234 or 9307602. OLE color: 9307602.
HSL color Cylindrical-coordinate representation of color #D2058E: hue angle of 319.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2058E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 142 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.18 |
| HSL | 319.9º | 0.95% | 0.42% | - |
| HSV(B) | 319.9º | 0.98% | 0.82% | - |
| XYZ | 31.52 | 15.76 | 26.97 | - |
| YUV | 81.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 142 | 0 | 0.98 | 0.32 | 0.18 | 319.9 | 0.95 | 0.42 |
| Hex | D2 | 5 | 8E | 0 | 62 | 20 | 12 | 140 | 5F | 2A |
| Octal | 322 | 5 | 216 | 0 | 142 | 40 | 22 | 500 | 137 | 52 |
| Binary | 11010010 | 101 | 10001110 | 0 | 1100010 | 100000 | 10010 | 101000000 | 1011111 | 101010 |
Color Harmonies of #D2058E
Complementary color
Monochromatic Colors of #D2058E
Black with #D2058E
Text Example
Text Example
White with #D2058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2058E; }
p { color: rgb(210,5,142); }
H1.HeaderClassName
{
color: #D2058E;
}
.AnyTagClassName
{
color: #D2058E;
}
</style>
background-color css
<style>
a { background-color: #D2058E; }
a { background-color: rgb(210,5,142); }
div.DivClassName
{
background-color: #D2058E;
}
.BgClassName
{
background-color: #D2058E;
}
</style>
border-color css
<style>
span { border-color: #D2058E; }
span { border-color: rgb(210,5,142); }
td.TdClassName
{
border-color: #D2058E;
}
.TagClassName
{
border-color: #D2058E;
}
</style>