Shades of Medium Violet Red #D20682
Tints of Medium Violet Red #D20682
RGB
CMYK
RGB Variations
Color information
#D20682 (or 0xD20682) is known color: Medium Violet Red. HEX triplet: D2, 06 and 82. RGB value is (210,6,130). Sum of RGB (Red+Green+Blue) = 210+6+130=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D20682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20682 is #2DF97D. Grayscale: #505050. Windows color (decimal): -3012990 or 8521426. OLE color: 8521426.
HSL color Cylindrical-coordinate representation of color #D20682: hue angle of 323.53º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20682 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.18 |
| HSL | 323.53º | 0.94% | 0.42% | - |
| HSV(B) | 323.53º | 0.97% | 0.82% | - |
| XYZ | 30.67 | 15.44 | 22.48 | - |
| YUV | 81.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 130 | 0 | 0.97 | 0.38 | 0.18 | 323.53 | 0.94 | 0.42 |
| Hex | D2 | 6 | 82 | 0 | 61 | 26 | 12 | 144 | 5E | 2A |
| Octal | 322 | 6 | 202 | 0 | 141 | 46 | 22 | 504 | 136 | 52 |
| Binary | 11010010 | 110 | 10000010 | 0 | 1100001 | 100110 | 10010 | 101000100 | 1011110 | 101010 |
Color Harmonies of #D20682
Complementary color
Monochromatic Colors of #D20682
Black with #D20682
Text Example
Text Example
White with #D20682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20682; }
p { color: rgb(210,6,130); }
H1.HeaderClassName
{
color: #D20682;
}
.AnyTagClassName
{
color: #D20682;
}
</style>
background-color css
<style>
a { background-color: #D20682; }
a { background-color: rgb(210,6,130); }
div.DivClassName
{
background-color: #D20682;
}
.BgClassName
{
background-color: #D20682;
}
</style>
border-color css
<style>
span { border-color: #D20682; }
span { border-color: rgb(210,6,130); }
td.TdClassName
{
border-color: #D20682;
}
.TagClassName
{
border-color: #D20682;
}
</style>