Shades of Medium Violet Red #D0048B
Tints of Medium Violet Red #D0048B
RGB
CMYK
RGB Variations
Color information
#D0048B (or 0xD0048B) is known color: Medium Violet Red. HEX triplet: D0, 04 and 8B. RGB value is (208,4,139). Sum of RGB (Red+Green+Blue) = 208+4+139=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0048B is #2FFB74. Grayscale: #505050. Windows color (decimal): -3144565 or 9110736. OLE color: 9110736.
HSL color Cylindrical-coordinate representation of color #D0048B: hue angle of 320.29º 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 #D0048B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.18 |
| HSL | 320.29º | 0.96% | 0.42% | - |
| HSV(B) | 320.29º | 0.98% | 0.82% | - |
| XYZ | 30.72 | 15.36 | 25.77 | - |
| YUV | 80.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 139 | 0 | 0.98 | 0.33 | 0.18 | 320.29 | 0.96 | 0.42 |
| Hex | D0 | 4 | 8B | 0 | 62 | 21 | 12 | 140 | 60 | 2A |
| Octal | 320 | 4 | 213 | 0 | 142 | 41 | 22 | 500 | 140 | 52 |
| Binary | 11010000 | 100 | 10001011 | 0 | 1100010 | 100001 | 10010 | 101000000 | 1100000 | 101010 |
Color Harmonies of #D0048B
Complementary color
Monochromatic Colors of #D0048B
Black with #D0048B
Text Example
Text Example
White with #D0048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0048B; }
p { color: rgb(208,4,139); }
H1.HeaderClassName
{
color: #D0048B;
}
.AnyTagClassName
{
color: #D0048B;
}
</style>
background-color css
<style>
a { background-color: #D0048B; }
a { background-color: rgb(208,4,139); }
div.DivClassName
{
background-color: #D0048B;
}
.BgClassName
{
background-color: #D0048B;
}
</style>
border-color css
<style>
span { border-color: #D0048B; }
span { border-color: rgb(208,4,139); }
td.TdClassName
{
border-color: #D0048B;
}
.TagClassName
{
border-color: #D0048B;
}
</style>