Shades of Medium Violet Red #D2058D
Tints of Medium Violet Red #D2058D
RGB
CMYK
RGB Variations
Color information
#D2058D (or 0xD2058D) is known color: Medium Violet Red. HEX triplet: D2, 05 and 8D. RGB value is (210,5,141). Sum of RGB (Red+Green+Blue) = 210+5+141=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2058D is #2DFA72. Grayscale: #515151. Windows color (decimal): -3013235 or 9242066. OLE color: 9242066.
HSL color Cylindrical-coordinate representation of color #D2058D: hue angle of 320.2º 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 #D2058D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.18 |
| HSL | 320.2º | 0.95% | 0.42% | - |
| HSV(B) | 320.2º | 0.98% | 0.82% | - |
| XYZ | 31.44 | 15.73 | 26.58 | - |
| YUV | 81.8 | 161.42 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 141 | 0 | 0.98 | 0.33 | 0.18 | 320.2 | 0.95 | 0.42 |
| Hex | D2 | 5 | 8D | 0 | 62 | 21 | 12 | 140 | 5F | 2A |
| Octal | 322 | 5 | 215 | 0 | 142 | 41 | 22 | 500 | 137 | 52 |
| Binary | 11010010 | 101 | 10001101 | 0 | 1100010 | 100001 | 10010 | 101000000 | 1011111 | 101010 |
Color Harmonies of #D2058D
Complementary color
Monochromatic Colors of #D2058D
Black with #D2058D
Text Example
Text Example
White with #D2058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2058D; }
p { color: rgb(210,5,141); }
H1.HeaderClassName
{
color: #D2058D;
}
.AnyTagClassName
{
color: #D2058D;
}
</style>
background-color css
<style>
a { background-color: #D2058D; }
a { background-color: rgb(210,5,141); }
div.DivClassName
{
background-color: #D2058D;
}
.BgClassName
{
background-color: #D2058D;
}
</style>
border-color css
<style>
span { border-color: #D2058D; }
span { border-color: rgb(210,5,141); }
td.TdClassName
{
border-color: #D2058D;
}
.TagClassName
{
border-color: #D2058D;
}
</style>