Shades of Medium Violet Red #D3088B
Tints of Medium Violet Red #D3088B
RGB
CMYK
RGB Variations
Color information
#D3088B (or 0xD3088B) is known color: Medium Violet Red. HEX triplet: D3, 08 and 8B. RGB value is (211,8,139). Sum of RGB (Red+Green+Blue) = 211+8+139=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3088B is #2CF774. Grayscale: #535353. Windows color (decimal): -2946933 or 9111763. OLE color: 9111763.
HSL color Cylindrical-coordinate representation of color #D3088B: hue angle of 321.28º 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 #D3088B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.17 |
| HSL | 321.28º | 0.93% | 0.43% | - |
| HSV(B) | 321.28º | 0.96% | 0.83% | - |
| XYZ | 31.61 | 15.89 | 25.83 | - |
| YUV | 83.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 139 | 0 | 0.96 | 0.34 | 0.17 | 321.28 | 0.93 | 0.43 |
| Hex | D3 | 8 | 8B | 0 | 60 | 22 | 11 | 141 | 5D | 2B |
| Octal | 323 | 10 | 213 | 0 | 140 | 42 | 21 | 501 | 135 | 53 |
| Binary | 11010011 | 1000 | 10001011 | 0 | 1100000 | 100010 | 10001 | 101000001 | 1011101 | 101011 |
Color Harmonies of #D3088B
Complementary color
Monochromatic Colors of #D3088B
Black with #D3088B
Text Example
Text Example
White with #D3088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3088B; }
p { color: rgb(211,8,139); }
H1.HeaderClassName
{
color: #D3088B;
}
.AnyTagClassName
{
color: #D3088B;
}
</style>
background-color css
<style>
a { background-color: #D3088B; }
a { background-color: rgb(211,8,139); }
div.DivClassName
{
background-color: #D3088B;
}
.BgClassName
{
background-color: #D3088B;
}
</style>
border-color css
<style>
span { border-color: #D3088B; }
span { border-color: rgb(211,8,139); }
td.TdClassName
{
border-color: #D3088B;
}
.TagClassName
{
border-color: #D3088B;
}
</style>