Shades of Medium Violet Red #D2058A
Tints of Medium Violet Red #D2058A
RGB
CMYK
RGB Variations
Color information
#D2058A (or 0xD2058A) is known color: Medium Violet Red. HEX triplet: D2, 05 and 8A. RGB value is (210,5,138). Sum of RGB (Red+Green+Blue) = 210+5+138=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2058A is #2DFA75. Grayscale: #515151. Windows color (decimal): -3013238 or 9045458. OLE color: 9045458.
HSL color Cylindrical-coordinate representation of color #D2058A: hue angle of 321.07º 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 #D2058A is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 138 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.18 |
| HSL | 321.07º | 0.95% | 0.42% | - |
| HSV(B) | 321.07º | 0.98% | 0.82% | - |
| XYZ | 31.22 | 15.65 | 25.42 | - |
| YUV | 81.46 | 159.92 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 138 | 0 | 0.98 | 0.34 | 0.18 | 321.07 | 0.95 | 0.42 |
| Hex | D2 | 5 | 8A | 0 | 62 | 22 | 12 | 141 | 5F | 2A |
| Octal | 322 | 5 | 212 | 0 | 142 | 42 | 22 | 501 | 137 | 52 |
| Binary | 11010010 | 101 | 10001010 | 0 | 1100010 | 100010 | 10010 | 101000001 | 1011111 | 101010 |
Color Harmonies of #D2058A
Complementary color
Monochromatic Colors of #D2058A
Black with #D2058A
Text Example
Text Example
White with #D2058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2058A; }
p { color: rgb(210,5,138); }
H1.HeaderClassName
{
color: #D2058A;
}
.AnyTagClassName
{
color: #D2058A;
}
</style>
background-color css
<style>
a { background-color: #D2058A; }
a { background-color: rgb(210,5,138); }
div.DivClassName
{
background-color: #D2058A;
}
.BgClassName
{
background-color: #D2058A;
}
</style>
border-color css
<style>
span { border-color: #D2058A; }
span { border-color: rgb(210,5,138); }
td.TdClassName
{
border-color: #D2058A;
}
.TagClassName
{
border-color: #D2058A;
}
</style>