Shades of Medium Violet Red #D6147F
Tints of Medium Violet Red #D6147F
RGB
CMYK
RGB Variations
Color information
#D6147F (or 0xD6147F) is known color: Medium Violet Red. HEX triplet: D6, 14 and 7F. RGB value is (214,20,127). Sum of RGB (Red+Green+Blue) = 214+20+127=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6147F is #29EB80. Grayscale: #595959. Windows color (decimal): -2747265 or 8328406. OLE color: 8328406.
HSL color Cylindrical-coordinate representation of color #D6147F: hue angle of 326.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6147F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 127 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.16 |
| HSL | 326.91º | 0.83% | 0.46% | - |
| HSV(B) | 326.91º | 0.91% | 0.84% | - |
| XYZ | 31.81 | 16.33 | 21.55 | - |
| YUV | 90.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 127 | 0 | 0.91 | 0.41 | 0.16 | 326.91 | 0.83 | 0.46 |
| Hex | D6 | 14 | 7F | 0 | 5B | 29 | 10 | 147 | 53 | 2E |
| Octal | 326 | 24 | 177 | 0 | 133 | 51 | 20 | 507 | 123 | 56 |
| Binary | 11010110 | 10100 | 1111111 | 0 | 1011011 | 101001 | 10000 | 101000111 | 1010011 | 101110 |
Color Harmonies of #D6147F
Complementary color
Monochromatic Colors of #D6147F
Black with #D6147F
Text Example
Text Example
White with #D6147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6147F; }
p { color: rgb(214,20,127); }
H1.HeaderClassName
{
color: #D6147F;
}
.AnyTagClassName
{
color: #D6147F;
}
</style>
background-color css
<style>
a { background-color: #D6147F; }
a { background-color: rgb(214,20,127); }
div.DivClassName
{
background-color: #D6147F;
}
.BgClassName
{
background-color: #D6147F;
}
</style>
border-color css
<style>
span { border-color: #D6147F; }
span { border-color: rgb(214,20,127); }
td.TdClassName
{
border-color: #D6147F;
}
.TagClassName
{
border-color: #D6147F;
}
</style>