Shades of Medium Violet Red #D2059A
Tints of Medium Violet Red #D2059A
RGB
CMYK
RGB Variations
Color information
#D2059A (or 0xD2059A) is known color: Medium Violet Red. HEX triplet: D2, 05 and 9A. RGB value is (210,5,154). Sum of RGB (Red+Green+Blue) = 210+5+154=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2059A is #2DFA65. Grayscale: #525252. Windows color (decimal): -3013222 or 10094034. OLE color: 10094034.
HSL color Cylindrical-coordinate representation of color #D2059A: hue angle of 316.39º 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 #D2059A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.18 |
| HSL | 316.39º | 0.95% | 0.42% | - |
| HSV(B) | 316.39º | 0.98% | 0.82% | - |
| XYZ | 32.47 | 16.14 | 31.98 | - |
| YUV | 83.28 | 167.92 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 154 | 0 | 0.98 | 0.27 | 0.18 | 316.39 | 0.95 | 0.42 |
| Hex | D2 | 5 | 9A | 0 | 62 | 1B | 12 | 13C | 5F | 2A |
| Octal | 322 | 5 | 232 | 0 | 142 | 33 | 22 | 474 | 137 | 52 |
| Binary | 11010010 | 101 | 10011010 | 0 | 1100010 | 11011 | 10010 | 100111100 | 1011111 | 101010 |
Color Harmonies of #D2059A
Complementary color
Monochromatic Colors of #D2059A
Black with #D2059A
Text Example
Text Example
White with #D2059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2059A; }
p { color: rgb(210,5,154); }
H1.HeaderClassName
{
color: #D2059A;
}
.AnyTagClassName
{
color: #D2059A;
}
</style>
background-color css
<style>
a { background-color: #D2059A; }
a { background-color: rgb(210,5,154); }
div.DivClassName
{
background-color: #D2059A;
}
.BgClassName
{
background-color: #D2059A;
}
</style>
border-color css
<style>
span { border-color: #D2059A; }
span { border-color: rgb(210,5,154); }
td.TdClassName
{
border-color: #D2059A;
}
.TagClassName
{
border-color: #D2059A;
}
</style>