Shades of Medium Violet Red #D6147B
Tints of Medium Violet Red #D6147B
RGB
CMYK
RGB Variations
Color information
#D6147B (or 0xD6147B) is known color: Medium Violet Red. HEX triplet: D6, 14 and 7B. RGB value is (214,20,123). Sum of RGB (Red+Green+Blue) = 214+20+123=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6147B is #29EB84. Grayscale: #595959. Windows color (decimal): -2747269 or 8066262. OLE color: 8066262.
HSL color Cylindrical-coordinate representation of color #D6147B: hue angle of 328.14º 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 #D6147B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 123 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.16 |
| HSL | 328.14º | 0.83% | 0.46% | - |
| HSV(B) | 328.14º | 0.91% | 0.84% | - |
| XYZ | 31.56 | 16.23 | 20.21 | - |
| YUV | 89.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 123 | 0 | 0.91 | 0.43 | 0.16 | 328.14 | 0.83 | 0.46 |
| Hex | D6 | 14 | 7B | 0 | 5B | 2B | 10 | 148 | 53 | 2E |
| Octal | 326 | 24 | 173 | 0 | 133 | 53 | 20 | 510 | 123 | 56 |
| Binary | 11010110 | 10100 | 1111011 | 0 | 1011011 | 101011 | 10000 | 101001000 | 1010011 | 101110 |
Color Harmonies of #D6147B
Complementary color
Monochromatic Colors of #D6147B
Black with #D6147B
Text Example
Text Example
White with #D6147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6147B; }
p { color: rgb(214,20,123); }
H1.HeaderClassName
{
color: #D6147B;
}
.AnyTagClassName
{
color: #D6147B;
}
</style>
background-color css
<style>
a { background-color: #D6147B; }
a { background-color: rgb(214,20,123); }
div.DivClassName
{
background-color: #D6147B;
}
.BgClassName
{
background-color: #D6147B;
}
</style>
border-color css
<style>
span { border-color: #D6147B; }
span { border-color: rgb(214,20,123); }
td.TdClassName
{
border-color: #D6147B;
}
.TagClassName
{
border-color: #D6147B;
}
</style>