Shades of Medium Violet Red #D5107B
Tints of Medium Violet Red #D5107B
RGB
CMYK
RGB Variations
Color information
#D5107B (or 0xD5107B) is known color: Medium Violet Red. HEX triplet: D5, 10 and 7B. RGB value is (213,16,123). Sum of RGB (Red+Green+Blue) = 213+16+123=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5107B is #2AEF84. Grayscale: #565656. Windows color (decimal): -2813829 or 8065237. OLE color: 8065237.
HSL color Cylindrical-coordinate representation of color #D5107B: hue angle of 327.41º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5107B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.16 |
| HSL | 327.41º | 0.86% | 0.45% | - |
| HSV(B) | 327.41º | 0.92% | 0.84% | - |
| XYZ | 31.2 | 15.95 | 20.17 | - |
| YUV | 87.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 123 | 0 | 0.92 | 0.42 | 0.16 | 327.41 | 0.86 | 0.45 |
| Hex | D5 | 10 | 7B | 0 | 5C | 2A | 10 | 147 | 56 | 2D |
| Octal | 325 | 20 | 173 | 0 | 134 | 52 | 20 | 507 | 126 | 55 |
| Binary | 11010101 | 10000 | 1111011 | 0 | 1011100 | 101010 | 10000 | 101000111 | 1010110 | 101101 |
Color Harmonies of #D5107B
Complementary color
Monochromatic Colors of #D5107B
Black with #D5107B
Text Example
Text Example
White with #D5107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5107B; }
p { color: rgb(213,16,123); }
H1.HeaderClassName
{
color: #D5107B;
}
.AnyTagClassName
{
color: #D5107B;
}
</style>
background-color css
<style>
a { background-color: #D5107B; }
a { background-color: rgb(213,16,123); }
div.DivClassName
{
background-color: #D5107B;
}
.BgClassName
{
background-color: #D5107B;
}
</style>
border-color css
<style>
span { border-color: #D5107B; }
span { border-color: rgb(213,16,123); }
td.TdClassName
{
border-color: #D5107B;
}
.TagClassName
{
border-color: #D5107B;
}
</style>