Shades of Medium Violet Red #D10B82
Tints of Medium Violet Red #D10B82
RGB
CMYK
RGB Variations
Color information
#D10B82 (or 0xD10B82) is known color: Medium Violet Red. HEX triplet: D1, 0B and 82. RGB value is (209,11,130). Sum of RGB (Red+Green+Blue) = 209+11+130=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10B82 is #2EF47D. Grayscale: #535353. Windows color (decimal): -3077246 or 8522705. OLE color: 8522705.
HSL color Cylindrical-coordinate representation of color #D10B82: hue angle of 323.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B82 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 130 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.18 |
| HSL | 323.94º | 0.9% | 0.43% | - |
| HSV(B) | 323.94º | 0.95% | 0.82% | - |
| XYZ | 30.44 | 15.41 | 22.49 | - |
| YUV | 83.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 130 | 0 | 0.95 | 0.38 | 0.18 | 323.94 | 0.9 | 0.43 |
| Hex | D1 | B | 82 | 0 | 5F | 26 | 12 | 144 | 5A | 2B |
| Octal | 321 | 13 | 202 | 0 | 137 | 46 | 22 | 504 | 132 | 53 |
| Binary | 11010001 | 1011 | 10000010 | 0 | 1011111 | 100110 | 10010 | 101000100 | 1011010 | 101011 |
Color Harmonies of #D10B82
Complementary color
Monochromatic Colors of #D10B82
Black with #D10B82
Text Example
Text Example
White with #D10B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B82; }
p { color: rgb(209,11,130); }
H1.HeaderClassName
{
color: #D10B82;
}
.AnyTagClassName
{
color: #D10B82;
}
</style>
background-color css
<style>
a { background-color: #D10B82; }
a { background-color: rgb(209,11,130); }
div.DivClassName
{
background-color: #D10B82;
}
.BgClassName
{
background-color: #D10B82;
}
</style>
border-color css
<style>
span { border-color: #D10B82; }
span { border-color: rgb(209,11,130); }
td.TdClassName
{
border-color: #D10B82;
}
.TagClassName
{
border-color: #D10B82;
}
</style>