Shades of Medium Violet Red #D7149A
Tints of Medium Violet Red #D7149A
RGB
CMYK
RGB Variations
Color information
#D7149A (or 0xD7149A) is known color: Medium Violet Red. HEX triplet: D7, 14 and 9A. RGB value is (215,20,154). Sum of RGB (Red+Green+Blue) = 215+20+154=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7149A is #28EB65. Grayscale: #5D5D5D. Windows color (decimal): -2681702 or 10097879. OLE color: 10097879.
HSL color Cylindrical-coordinate representation of color #D7149A: hue angle of 318.77º 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 #D7149A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.16 |
| HSL | 318.77º | 0.83% | 0.46% | - |
| HSV(B) | 318.77º | 0.91% | 0.84% | - |
| XYZ | 34.11 | 17.28 | 32.11 | - |
| YUV | 93.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 154 | 0 | 0.91 | 0.28 | 0.16 | 318.77 | 0.83 | 0.46 |
| Hex | D7 | 14 | 9A | 0 | 5B | 1C | 10 | 13F | 53 | 2E |
| Octal | 327 | 24 | 232 | 0 | 133 | 34 | 20 | 477 | 123 | 56 |
| Binary | 11010111 | 10100 | 10011010 | 0 | 1011011 | 11100 | 10000 | 100111111 | 1010011 | 101110 |
Color Harmonies of #D7149A
Complementary color
Monochromatic Colors of #D7149A
Black with #D7149A
Text Example
Text Example
White with #D7149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7149A; }
p { color: rgb(215,20,154); }
H1.HeaderClassName
{
color: #D7149A;
}
.AnyTagClassName
{
color: #D7149A;
}
</style>
background-color css
<style>
a { background-color: #D7149A; }
a { background-color: rgb(215,20,154); }
div.DivClassName
{
background-color: #D7149A;
}
.BgClassName
{
background-color: #D7149A;
}
</style>
border-color css
<style>
span { border-color: #D7149A; }
span { border-color: rgb(215,20,154); }
td.TdClassName
{
border-color: #D7149A;
}
.TagClassName
{
border-color: #D7149A;
}
</style>