Shades of Medium Violet Red #D10291
Tints of Medium Violet Red #D10291
RGB
CMYK
RGB Variations
Color information
#D10291 (or 0xD10291) is known color: Medium Violet Red. HEX triplet: D1, 02 and 91. RGB value is (209,2,145). Sum of RGB (Red+Green+Blue) = 209+2+145=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D10291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10291 is #2EFD6E. Grayscale: #4F4F4F. Windows color (decimal): -3079535 or 9503441. OLE color: 9503441.
HSL color Cylindrical-coordinate representation of color #D10291: hue angle of 318.55º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10291 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.18 |
| HSL | 318.55º | 0.98% | 0.41% | - |
| HSV(B) | 318.55º | 0.99% | 0.82% | - |
| XYZ | 31.43 | 15.64 | 28.15 | - |
| YUV | 80.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 145 | 0 | 0.99 | 0.31 | 0.18 | 318.55 | 0.98 | 0.41 |
| Hex | D1 | 2 | 91 | 0 | 63 | 1F | 12 | 13F | 62 | 29 |
| Octal | 321 | 2 | 221 | 0 | 143 | 37 | 22 | 477 | 142 | 51 |
| Binary | 11010001 | 10 | 10010001 | 0 | 1100011 | 11111 | 10010 | 100111111 | 1100010 | 101001 |
Color Harmonies of #D10291
Complementary color
Monochromatic Colors of #D10291
Black with #D10291
Text Example
Text Example
White with #D10291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10291; }
p { color: rgb(209,2,145); }
H1.HeaderClassName
{
color: #D10291;
}
.AnyTagClassName
{
color: #D10291;
}
</style>
background-color css
<style>
a { background-color: #D10291; }
a { background-color: rgb(209,2,145); }
div.DivClassName
{
background-color: #D10291;
}
.BgClassName
{
background-color: #D10291;
}
</style>
border-color css
<style>
span { border-color: #D10291; }
span { border-color: rgb(209,2,145); }
td.TdClassName
{
border-color: #D10291;
}
.TagClassName
{
border-color: #D10291;
}
</style>