Shades of Medium Violet Red #D0147F
Tints of Medium Violet Red #D0147F
RGB
CMYK
RGB Variations
Color information
#D0147F (or 0xD0147F) is known color: Medium Violet Red. HEX triplet: D0, 14 and 7F. RGB value is (208,20,127). Sum of RGB (Red+Green+Blue) = 208+20+127=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0147F is #2FEB80. Grayscale: #585858. Windows color (decimal): -3140481 or 8328400. OLE color: 8328400.
HSL color Cylindrical-coordinate representation of color #D0147F: hue angle of 325.85º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0147F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 127 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.18 |
| HSL | 325.85º | 0.82% | 0.45% | - |
| HSV(B) | 325.85º | 0.9% | 0.82% | - |
| XYZ | 30.09 | 15.44 | 21.47 | - |
| YUV | 88.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 127 | 0 | 0.90 | 0.39 | 0.18 | 325.85 | 0.82 | 0.45 |
| Hex | D0 | 14 | 7F | 0 | 5A | 27 | 12 | 146 | 52 | 2D |
| Octal | 320 | 24 | 177 | 0 | 132 | 47 | 22 | 506 | 122 | 55 |
| Binary | 11010000 | 10100 | 1111111 | 0 | 1011010 | 100111 | 10010 | 101000110 | 1010010 | 101101 |
Color Harmonies of #D0147F
Complementary color
Monochromatic Colors of #D0147F
Black with #D0147F
Text Example
Text Example
White with #D0147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0147F; }
p { color: rgb(208,20,127); }
H1.HeaderClassName
{
color: #D0147F;
}
.AnyTagClassName
{
color: #D0147F;
}
</style>
background-color css
<style>
a { background-color: #D0147F; }
a { background-color: rgb(208,20,127); }
div.DivClassName
{
background-color: #D0147F;
}
.BgClassName
{
background-color: #D0147F;
}
</style>
border-color css
<style>
span { border-color: #D0147F; }
span { border-color: rgb(208,20,127); }
td.TdClassName
{
border-color: #D0147F;
}
.TagClassName
{
border-color: #D0147F;
}
</style>