Shades of Medium Violet Red #D10581
Tints of Medium Violet Red #D10581
RGB
CMYK
RGB Variations
Color information
#D10581 (or 0xD10581) is known color: Medium Violet Red. HEX triplet: D1, 05 and 81. RGB value is (209,5,129). Sum of RGB (Red+Green+Blue) = 209+5+129=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D10581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10581 is #2EFA7E. Grayscale: #4F4F4F. Windows color (decimal): -3078783 or 8455633. OLE color: 8455633.
HSL color Cylindrical-coordinate representation of color #D10581: hue angle of 323.53º 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 #D10581 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.18 |
| HSL | 323.53º | 0.95% | 0.42% | - |
| HSV(B) | 323.53º | 0.98% | 0.82% | - |
| XYZ | 30.31 | 15.25 | 22.11 | - |
| YUV | 80.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 129 | 0 | 0.98 | 0.38 | 0.18 | 323.53 | 0.95 | 0.42 |
| Hex | D1 | 5 | 81 | 0 | 62 | 26 | 12 | 144 | 5F | 2A |
| Octal | 321 | 5 | 201 | 0 | 142 | 46 | 22 | 504 | 137 | 52 |
| Binary | 11010001 | 101 | 10000001 | 0 | 1100010 | 100110 | 10010 | 101000100 | 1011111 | 101010 |
Color Harmonies of #D10581
Complementary color
Monochromatic Colors of #D10581
Black with #D10581
Text Example
Text Example
White with #D10581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10581; }
p { color: rgb(209,5,129); }
H1.HeaderClassName
{
color: #D10581;
}
.AnyTagClassName
{
color: #D10581;
}
</style>
background-color css
<style>
a { background-color: #D10581; }
a { background-color: rgb(209,5,129); }
div.DivClassName
{
background-color: #D10581;
}
.BgClassName
{
background-color: #D10581;
}
</style>
border-color css
<style>
span { border-color: #D10581; }
span { border-color: rgb(209,5,129); }
td.TdClassName
{
border-color: #D10581;
}
.TagClassName
{
border-color: #D10581;
}
</style>