Shades of Medium Violet Red #D1148A
Tints of Medium Violet Red #D1148A
RGB
CMYK
RGB Variations
Color information
#D1148A (or 0xD1148A) is known color: Medium Violet Red. HEX triplet: D1, 14 and 8A. RGB value is (209,20,138). Sum of RGB (Red+Green+Blue) = 209+20+138=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1148A is #2EEB75. Grayscale: #595959. Windows color (decimal): -3074934 or 9049297. OLE color: 9049297.
HSL color Cylindrical-coordinate representation of color #D1148A: hue angle of 322.54º degrees, saturation: 0.83, 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 #D1148A is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.18 |
| HSL | 322.54º | 0.83% | 0.45% | - |
| HSV(B) | 322.54º | 0.9% | 0.82% | - |
| XYZ | 31.13 | 15.89 | 25.47 | - |
| YUV | 89.96 | 155.12 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 138 | 0 | 0.90 | 0.34 | 0.18 | 322.54 | 0.83 | 0.45 |
| Hex | D1 | 14 | 8A | 0 | 5A | 22 | 12 | 143 | 53 | 2D |
| Octal | 321 | 24 | 212 | 0 | 132 | 42 | 22 | 503 | 123 | 55 |
| Binary | 11010001 | 10100 | 10001010 | 0 | 1011010 | 100010 | 10010 | 101000011 | 1010011 | 101101 |
Color Harmonies of #D1148A
Complementary color
Monochromatic Colors of #D1148A
Black with #D1148A
Text Example
Text Example
White with #D1148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1148A; }
p { color: rgb(209,20,138); }
H1.HeaderClassName
{
color: #D1148A;
}
.AnyTagClassName
{
color: #D1148A;
}
</style>
background-color css
<style>
a { background-color: #D1148A; }
a { background-color: rgb(209,20,138); }
div.DivClassName
{
background-color: #D1148A;
}
.BgClassName
{
background-color: #D1148A;
}
</style>
border-color css
<style>
span { border-color: #D1148A; }
span { border-color: rgb(209,20,138); }
td.TdClassName
{
border-color: #D1148A;
}
.TagClassName
{
border-color: #D1148A;
}
</style>