Shades of Medium Violet Red #D0048F
Tints of Medium Violet Red #D0048F
RGB
CMYK
RGB Variations
Color information
#D0048F (or 0xD0048F) is known color: Medium Violet Red. HEX triplet: D0, 04 and 8F. RGB value is (208,4,143). Sum of RGB (Red+Green+Blue) = 208+4+143=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0048F is #2FFB70. Grayscale: #505050. Windows color (decimal): -3144561 or 9372880. OLE color: 9372880.
HSL color Cylindrical-coordinate representation of color #D0048F: hue angle of 319.12º 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 #D0048F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.18 |
| HSL | 319.12º | 0.96% | 0.42% | - |
| HSV(B) | 319.12º | 0.98% | 0.82% | - |
| XYZ | 31.01 | 15.48 | 27.34 | - |
| YUV | 80.84 | 163.09 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 143 | 0 | 0.98 | 0.31 | 0.18 | 319.12 | 0.96 | 0.42 |
| Hex | D0 | 4 | 8F | 0 | 62 | 1F | 12 | 13F | 60 | 2A |
| Octal | 320 | 4 | 217 | 0 | 142 | 37 | 22 | 477 | 140 | 52 |
| Binary | 11010000 | 100 | 10001111 | 0 | 1100010 | 11111 | 10010 | 100111111 | 1100000 | 101010 |
Color Harmonies of #D0048F
Complementary color
Monochromatic Colors of #D0048F
Black with #D0048F
Text Example
Text Example
White with #D0048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0048F; }
p { color: rgb(208,4,143); }
H1.HeaderClassName
{
color: #D0048F;
}
.AnyTagClassName
{
color: #D0048F;
}
</style>
background-color css
<style>
a { background-color: #D0048F; }
a { background-color: rgb(208,4,143); }
div.DivClassName
{
background-color: #D0048F;
}
.BgClassName
{
background-color: #D0048F;
}
</style>
border-color css
<style>
span { border-color: #D0048F; }
span { border-color: rgb(208,4,143); }
td.TdClassName
{
border-color: #D0048F;
}
.TagClassName
{
border-color: #D0048F;
}
</style>