Shades of Medium Violet Red #D1048A
Tints of Medium Violet Red #D1048A
RGB
CMYK
RGB Variations
Color information
#D1048A (or 0xD1048A) is known color: Medium Violet Red. HEX triplet: D1, 04 and 8A. RGB value is (209,4,138). Sum of RGB (Red+Green+Blue) = 209+4+138=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1048A is #2EFB75. Grayscale: #505050. Windows color (decimal): -3079030 or 9045201. OLE color: 9045201.
HSL color Cylindrical-coordinate representation of color #D1048A: hue angle of 320.78º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1048A is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.18 |
| HSL | 320.78º | 0.96% | 0.42% | - |
| HSV(B) | 320.78º | 0.98% | 0.82% | - |
| XYZ | 30.93 | 15.48 | 25.4 | - |
| YUV | 80.57 | 160.42 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 138 | 0 | 0.98 | 0.34 | 0.18 | 320.78 | 0.96 | 0.42 |
| Hex | D1 | 4 | 8A | 0 | 62 | 22 | 12 | 141 | 60 | 2A |
| Octal | 321 | 4 | 212 | 0 | 142 | 42 | 22 | 501 | 140 | 52 |
| Binary | 11010001 | 100 | 10001010 | 0 | 1100010 | 100010 | 10010 | 101000001 | 1100000 | 101010 |
Color Harmonies of #D1048A
Complementary color
Monochromatic Colors of #D1048A
Black with #D1048A
Text Example
Text Example
White with #D1048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1048A; }
p { color: rgb(209,4,138); }
H1.HeaderClassName
{
color: #D1048A;
}
.AnyTagClassName
{
color: #D1048A;
}
</style>
background-color css
<style>
a { background-color: #D1048A; }
a { background-color: rgb(209,4,138); }
div.DivClassName
{
background-color: #D1048A;
}
.BgClassName
{
background-color: #D1048A;
}
</style>
border-color css
<style>
span { border-color: #D1048A; }
span { border-color: rgb(209,4,138); }
td.TdClassName
{
border-color: #D1048A;
}
.TagClassName
{
border-color: #D1048A;
}
</style>