Shades of Medium Violet Red #D3088E
Tints of Medium Violet Red #D3088E
RGB
CMYK
RGB Variations
Color information
#D3088E (or 0xD3088E) is known color: Medium Violet Red. HEX triplet: D3, 08 and 8E. RGB value is (211,8,142). Sum of RGB (Red+Green+Blue) = 211+8+142=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3088E is #2CF771. Grayscale: #535353. Windows color (decimal): -2946930 or 9308371. OLE color: 9308371.
HSL color Cylindrical-coordinate representation of color #D3088E: hue angle of 320.39º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3088E is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.17 |
| HSL | 320.39º | 0.93% | 0.43% | - |
| HSV(B) | 320.39º | 0.96% | 0.83% | - |
| XYZ | 31.83 | 15.98 | 27 | - |
| YUV | 83.97 | 160.75 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 142 | 0 | 0.96 | 0.33 | 0.17 | 320.39 | 0.93 | 0.43 |
| Hex | D3 | 8 | 8E | 0 | 60 | 21 | 11 | 140 | 5D | 2B |
| Octal | 323 | 10 | 216 | 0 | 140 | 41 | 21 | 500 | 135 | 53 |
| Binary | 11010011 | 1000 | 10001110 | 0 | 1100000 | 100001 | 10001 | 101000000 | 1011101 | 101011 |
Color Harmonies of #D3088E
Complementary color
Monochromatic Colors of #D3088E
Black with #D3088E
Text Example
Text Example
White with #D3088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3088E; }
p { color: rgb(211,8,142); }
H1.HeaderClassName
{
color: #D3088E;
}
.AnyTagClassName
{
color: #D3088E;
}
</style>
background-color css
<style>
a { background-color: #D3088E; }
a { background-color: rgb(211,8,142); }
div.DivClassName
{
background-color: #D3088E;
}
.BgClassName
{
background-color: #D3088E;
}
</style>
border-color css
<style>
span { border-color: #D3088E; }
span { border-color: rgb(211,8,142); }
td.TdClassName
{
border-color: #D3088E;
}
.TagClassName
{
border-color: #D3088E;
}
</style>