Shades of Medium Violet Red #D10872
Tints of Medium Violet Red #D10872
RGB
CMYK
RGB Variations
Color information
#D10872 (or 0xD10872) is known color: Medium Violet Red. HEX triplet: D1, 08 and 72. RGB value is (209,8,114). Sum of RGB (Red+Green+Blue) = 209+8+114=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D10872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10872 is #2EF78D. Grayscale: #4F4F4F. Windows color (decimal): -3078030 or 7473361. OLE color: 7473361.
HSL color Cylindrical-coordinate representation of color #D10872: hue angle of 328.36º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10872 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.18 |
| HSL | 328.36º | 0.93% | 0.43% | - |
| HSV(B) | 328.36º | 0.96% | 0.82% | - |
| XYZ | 29.42 | 14.94 | 17.25 | - |
| YUV | 80.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 114 | 0 | 0.96 | 0.45 | 0.18 | 328.36 | 0.93 | 0.43 |
| Hex | D1 | 8 | 72 | 0 | 60 | 2D | 12 | 148 | 5D | 2B |
| Octal | 321 | 10 | 162 | 0 | 140 | 55 | 22 | 510 | 135 | 53 |
| Binary | 11010001 | 1000 | 1110010 | 0 | 1100000 | 101101 | 10010 | 101001000 | 1011101 | 101011 |
Color Harmonies of #D10872
Complementary color
Monochromatic Colors of #D10872
Black with #D10872
Text Example
Text Example
White with #D10872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10872; }
p { color: rgb(209,8,114); }
H1.HeaderClassName
{
color: #D10872;
}
.AnyTagClassName
{
color: #D10872;
}
</style>
background-color css
<style>
a { background-color: #D10872; }
a { background-color: rgb(209,8,114); }
div.DivClassName
{
background-color: #D10872;
}
.BgClassName
{
background-color: #D10872;
}
</style>
border-color css
<style>
span { border-color: #D10872; }
span { border-color: rgb(209,8,114); }
td.TdClassName
{
border-color: #D10872;
}
.TagClassName
{
border-color: #D10872;
}
</style>