Shades of Medium Violet Red #D0147B
Tints of Medium Violet Red #D0147B
RGB
CMYK
RGB Variations
Color information
#D0147B (or 0xD0147B) is known color: Medium Violet Red. HEX triplet: D0, 14 and 7B. RGB value is (208,20,123). Sum of RGB (Red+Green+Blue) = 208+20+123=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0147B is #2FEB84. Grayscale: #575757. Windows color (decimal): -3140485 or 8066256. OLE color: 8066256.
HSL color Cylindrical-coordinate representation of color #D0147B: hue angle of 327.13º 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 #D0147B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.18 |
| HSL | 327.13º | 0.82% | 0.45% | - |
| HSV(B) | 327.13º | 0.9% | 0.82% | - |
| XYZ | 29.84 | 15.34 | 20.13 | - |
| YUV | 87.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 123 | 0 | 0.90 | 0.41 | 0.18 | 327.13 | 0.82 | 0.45 |
| Hex | D0 | 14 | 7B | 0 | 5A | 29 | 12 | 147 | 52 | 2D |
| Octal | 320 | 24 | 173 | 0 | 132 | 51 | 22 | 507 | 122 | 55 |
| Binary | 11010000 | 10100 | 1111011 | 0 | 1011010 | 101001 | 10010 | 101000111 | 1010010 | 101101 |
Color Harmonies of #D0147B
Complementary color
Monochromatic Colors of #D0147B
Black with #D0147B
Text Example
Text Example
White with #D0147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0147B; }
p { color: rgb(208,20,123); }
H1.HeaderClassName
{
color: #D0147B;
}
.AnyTagClassName
{
color: #D0147B;
}
</style>
background-color css
<style>
a { background-color: #D0147B; }
a { background-color: rgb(208,20,123); }
div.DivClassName
{
background-color: #D0147B;
}
.BgClassName
{
background-color: #D0147B;
}
</style>
border-color css
<style>
span { border-color: #D0147B; }
span { border-color: rgb(208,20,123); }
td.TdClassName
{
border-color: #D0147B;
}
.TagClassName
{
border-color: #D0147B;
}
</style>