Shades of Medium Violet Red #D4177F
Tints of Medium Violet Red #D4177F
RGB
CMYK
RGB Variations
Color information
#D4177F (or 0xD4177F) is known color: Medium Violet Red. HEX triplet: D4, 17 and 7F. RGB value is (212,23,127). Sum of RGB (Red+Green+Blue) = 212+23+127=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4177F is #2BE880. Grayscale: #5B5B5B. Windows color (decimal): -2877569 or 8329172. OLE color: 8329172.
HSL color Cylindrical-coordinate representation of color #D4177F: hue angle of 326.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4177F is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 127 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.17 |
| HSL | 326.98º | 0.8% | 0.46% | - |
| HSV(B) | 326.98º | 0.89% | 0.83% | - |
| XYZ | 31.29 | 16.14 | 21.55 | - |
| YUV | 91.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 127 | 0 | 0.89 | 0.40 | 0.17 | 326.98 | 0.8 | 0.46 |
| Hex | D4 | 17 | 7F | 0 | 59 | 28 | 11 | 147 | 50 | 2E |
| Octal | 324 | 27 | 177 | 0 | 131 | 50 | 21 | 507 | 120 | 56 |
| Binary | 11010100 | 10111 | 1111111 | 0 | 1011001 | 101000 | 10001 | 101000111 | 1010000 | 101110 |
Color Harmonies of #D4177F
Complementary color
Monochromatic Colors of #D4177F
Black with #D4177F
Text Example
Text Example
White with #D4177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4177F; }
p { color: rgb(212,23,127); }
H1.HeaderClassName
{
color: #D4177F;
}
.AnyTagClassName
{
color: #D4177F;
}
</style>
background-color css
<style>
a { background-color: #D4177F; }
a { background-color: rgb(212,23,127); }
div.DivClassName
{
background-color: #D4177F;
}
.BgClassName
{
background-color: #D4177F;
}
</style>
border-color css
<style>
span { border-color: #D4177F; }
span { border-color: rgb(212,23,127); }
td.TdClassName
{
border-color: #D4177F;
}
.TagClassName
{
border-color: #D4177F;
}
</style>