Shades of Medium Violet Red #D10B8F
Tints of Medium Violet Red #D10B8F
RGB
CMYK
RGB Variations
Color information
#D10B8F (or 0xD10B8F) is known color: Medium Violet Red. HEX triplet: D1, 0B and 8F. RGB value is (209,11,143). Sum of RGB (Red+Green+Blue) = 209+11+143=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10B8F is #2EF470. Grayscale: #545454. Windows color (decimal): -3077233 or 9374673. OLE color: 9374673.
HSL color Cylindrical-coordinate representation of color #D10B8F: hue angle of 320º 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 #D10B8F is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.18 |
| HSL | 320º | 0.9% | 0.43% | - |
| HSV(B) | 320º | 0.95% | 0.82% | - |
| XYZ | 31.37 | 15.78 | 27.38 | - |
| YUV | 85.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 143 | 0 | 0.95 | 0.32 | 0.18 | 320 | 0.9 | 0.43 |
| Hex | D1 | B | 8F | 0 | 5F | 20 | 12 | 140 | 5A | 2B |
| Octal | 321 | 13 | 217 | 0 | 137 | 40 | 22 | 500 | 132 | 53 |
| Binary | 11010001 | 1011 | 10001111 | 0 | 1011111 | 100000 | 10010 | 101000000 | 1011010 | 101011 |
Color Harmonies of #D10B8F
Complementary color
Monochromatic Colors of #D10B8F
Black with #D10B8F
Text Example
Text Example
White with #D10B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B8F; }
p { color: rgb(209,11,143); }
H1.HeaderClassName
{
color: #D10B8F;
}
.AnyTagClassName
{
color: #D10B8F;
}
</style>
background-color css
<style>
a { background-color: #D10B8F; }
a { background-color: rgb(209,11,143); }
div.DivClassName
{
background-color: #D10B8F;
}
.BgClassName
{
background-color: #D10B8F;
}
</style>
border-color css
<style>
span { border-color: #D10B8F; }
span { border-color: rgb(209,11,143); }
td.TdClassName
{
border-color: #D10B8F;
}
.TagClassName
{
border-color: #D10B8F;
}
</style>