Shades of Medium Violet Red #D7148B
Tints of Medium Violet Red #D7148B
RGB
CMYK
RGB Variations
Color information
#D7148B (or 0xD7148B) is known color: Medium Violet Red. HEX triplet: D7, 14 and 8B. RGB value is (215,20,139). Sum of RGB (Red+Green+Blue) = 215+20+139=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7148B is #28EB74. Grayscale: #5B5B5B. Windows color (decimal): -2681717 or 9114839. OLE color: 9114839.
HSL color Cylindrical-coordinate representation of color #D7148B: hue angle of 323.38º 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 #D7148B is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.16 |
| HSL | 323.38º | 0.83% | 0.46% | - |
| HSV(B) | 323.38º | 0.91% | 0.84% | - |
| XYZ | 32.93 | 16.81 | 25.94 | - |
| YUV | 91.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 139 | 0 | 0.91 | 0.35 | 0.16 | 323.38 | 0.83 | 0.46 |
| Hex | D7 | 14 | 8B | 0 | 5B | 23 | 10 | 143 | 53 | 2E |
| Octal | 327 | 24 | 213 | 0 | 133 | 43 | 20 | 503 | 123 | 56 |
| Binary | 11010111 | 10100 | 10001011 | 0 | 1011011 | 100011 | 10000 | 101000011 | 1010011 | 101110 |
Color Harmonies of #D7148B
Complementary color
Monochromatic Colors of #D7148B
Black with #D7148B
Text Example
Text Example
White with #D7148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7148B; }
p { color: rgb(215,20,139); }
H1.HeaderClassName
{
color: #D7148B;
}
.AnyTagClassName
{
color: #D7148B;
}
</style>
background-color css
<style>
a { background-color: #D7148B; }
a { background-color: rgb(215,20,139); }
div.DivClassName
{
background-color: #D7148B;
}
.BgClassName
{
background-color: #D7148B;
}
</style>
border-color css
<style>
span { border-color: #D7148B; }
span { border-color: rgb(215,20,139); }
td.TdClassName
{
border-color: #D7148B;
}
.TagClassName
{
border-color: #D7148B;
}
</style>