Shades of Medium Violet Red #D5167F
Tints of Medium Violet Red #D5167F
RGB
CMYK
RGB Variations
Color information
#D5167F (or 0xD5167F) is known color: Medium Violet Red. HEX triplet: D5, 16 and 7F. RGB value is (213,22,127). Sum of RGB (Red+Green+Blue) = 213+22+127=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5167F is #2AE980. Grayscale: #5A5A5A. Windows color (decimal): -2812289 or 8328917. OLE color: 8328917.
HSL color Cylindrical-coordinate representation of color #D5167F: hue angle of 327.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5167F is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 127 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.16 |
| HSL | 327.02º | 0.81% | 0.46% | - |
| HSV(B) | 327.02º | 0.9% | 0.84% | - |
| XYZ | 31.56 | 16.25 | 21.55 | - |
| YUV | 91.08 | 148.28 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 127 | 0 | 0.90 | 0.40 | 0.16 | 327.02 | 0.81 | 0.46 |
| Hex | D5 | 16 | 7F | 0 | 5A | 28 | 10 | 147 | 51 | 2E |
| Octal | 325 | 26 | 177 | 0 | 132 | 50 | 20 | 507 | 121 | 56 |
| Binary | 11010101 | 10110 | 1111111 | 0 | 1011010 | 101000 | 10000 | 101000111 | 1010001 | 101110 |
Color Harmonies of #D5167F
Complementary color
Monochromatic Colors of #D5167F
Black with #D5167F
Text Example
Text Example
White with #D5167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5167F; }
p { color: rgb(213,22,127); }
H1.HeaderClassName
{
color: #D5167F;
}
.AnyTagClassName
{
color: #D5167F;
}
</style>
background-color css
<style>
a { background-color: #D5167F; }
a { background-color: rgb(213,22,127); }
div.DivClassName
{
background-color: #D5167F;
}
.BgClassName
{
background-color: #D5167F;
}
</style>
border-color css
<style>
span { border-color: #D5167F; }
span { border-color: rgb(213,22,127); }
td.TdClassName
{
border-color: #D5167F;
}
.TagClassName
{
border-color: #D5167F;
}
</style>