Shades of Medium Violet Red #D20580
Tints of Medium Violet Red #D20580
RGB
CMYK
RGB Variations
Color information
#D20580 (or 0xD20580) is known color: Medium Violet Red. HEX triplet: D2, 05 and 80. RGB value is (210,5,128). Sum of RGB (Red+Green+Blue) = 210+5+128=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D20580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20580 is #2DFA7F. Grayscale: #505050. Windows color (decimal): -3013248 or 8390098. OLE color: 8390098.
HSL color Cylindrical-coordinate representation of color #D20580: hue angle of 324º 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 #D20580 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.18 |
| HSL | 324º | 0.95% | 0.42% | - |
| HSV(B) | 324º | 0.98% | 0.82% | - |
| XYZ | 30.53 | 15.37 | 21.78 | - |
| YUV | 80.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 128 | 0 | 0.98 | 0.39 | 0.18 | 324 | 0.95 | 0.42 |
| Hex | D2 | 5 | 80 | 0 | 62 | 27 | 12 | 144 | 5F | 2A |
| Octal | 322 | 5 | 200 | 0 | 142 | 47 | 22 | 504 | 137 | 52 |
| Binary | 11010010 | 101 | 10000000 | 0 | 1100010 | 100111 | 10010 | 101000100 | 1011111 | 101010 |
Color Harmonies of #D20580
Complementary color
Monochromatic Colors of #D20580
Black with #D20580
Text Example
Text Example
White with #D20580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20580; }
p { color: rgb(210,5,128); }
H1.HeaderClassName
{
color: #D20580;
}
.AnyTagClassName
{
color: #D20580;
}
</style>
background-color css
<style>
a { background-color: #D20580; }
a { background-color: rgb(210,5,128); }
div.DivClassName
{
background-color: #D20580;
}
.BgClassName
{
background-color: #D20580;
}
</style>
border-color css
<style>
span { border-color: #D20580; }
span { border-color: rgb(210,5,128); }
td.TdClassName
{
border-color: #D20580;
}
.TagClassName
{
border-color: #D20580;
}
</style>