Shades of Medium Violet Red #D20582
Tints of Medium Violet Red #D20582
RGB
CMYK
RGB Variations
Color information
#D20582 (or 0xD20582) is known color: Medium Violet Red. HEX triplet: D2, 05 and 82. RGB value is (210,5,130). Sum of RGB (Red+Green+Blue) = 210+5+130=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D20582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20582 is #2DFA7D. Grayscale: #505050. Windows color (decimal): -3013246 or 8521170. OLE color: 8521170.
HSL color Cylindrical-coordinate representation of color #D20582: hue angle of 323.41º 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 #D20582 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.18 |
| HSL | 323.41º | 0.95% | 0.42% | - |
| HSV(B) | 323.41º | 0.98% | 0.82% | - |
| XYZ | 30.66 | 15.42 | 22.48 | - |
| YUV | 80.55 | 155.92 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 130 | 0 | 0.98 | 0.38 | 0.18 | 323.41 | 0.95 | 0.42 |
| Hex | D2 | 5 | 82 | 0 | 62 | 26 | 12 | 143 | 5F | 2A |
| Octal | 322 | 5 | 202 | 0 | 142 | 46 | 22 | 503 | 137 | 52 |
| Binary | 11010010 | 101 | 10000010 | 0 | 1100010 | 100110 | 10010 | 101000011 | 1011111 | 101010 |
Color Harmonies of #D20582
Complementary color
Monochromatic Colors of #D20582
Black with #D20582
Text Example
Text Example
White with #D20582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20582; }
p { color: rgb(210,5,130); }
H1.HeaderClassName
{
color: #D20582;
}
.AnyTagClassName
{
color: #D20582;
}
</style>
background-color css
<style>
a { background-color: #D20582; }
a { background-color: rgb(210,5,130); }
div.DivClassName
{
background-color: #D20582;
}
.BgClassName
{
background-color: #D20582;
}
</style>
border-color css
<style>
span { border-color: #D20582; }
span { border-color: rgb(210,5,130); }
td.TdClassName
{
border-color: #D20582;
}
.TagClassName
{
border-color: #D20582;
}
</style>