Shades of Medium Violet Red #D3089B
Tints of Medium Violet Red #D3089B
RGB
CMYK
RGB Variations
Color information
#D3089B (or 0xD3089B) is known color: Medium Violet Red. HEX triplet: D3, 08 and 9B. RGB value is (211,8,155). Sum of RGB (Red+Green+Blue) = 211+8+155=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3089B is #2CF764. Grayscale: #555555. Windows color (decimal): -2946917 or 10160339. OLE color: 10160339.
HSL color Cylindrical-coordinate representation of color #D3089B: hue angle of 316.55º 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 #D3089B is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.17 |
| HSL | 316.55º | 0.93% | 0.43% | - |
| HSV(B) | 316.55º | 0.96% | 0.83% | - |
| XYZ | 32.87 | 16.39 | 32.44 | - |
| YUV | 85.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 155 | 0 | 0.96 | 0.27 | 0.17 | 316.55 | 0.93 | 0.43 |
| Hex | D3 | 8 | 9B | 0 | 60 | 1B | 11 | 13D | 5D | 2B |
| Octal | 323 | 10 | 233 | 0 | 140 | 33 | 21 | 475 | 135 | 53 |
| Binary | 11010011 | 1000 | 10011011 | 0 | 1100000 | 11011 | 10001 | 100111101 | 1011101 | 101011 |
Color Harmonies of #D3089B
Complementary color
Monochromatic Colors of #D3089B
Black with #D3089B
Text Example
Text Example
White with #D3089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3089B; }
p { color: rgb(211,8,155); }
H1.HeaderClassName
{
color: #D3089B;
}
.AnyTagClassName
{
color: #D3089B;
}
</style>
background-color css
<style>
a { background-color: #D3089B; }
a { background-color: rgb(211,8,155); }
div.DivClassName
{
background-color: #D3089B;
}
.BgClassName
{
background-color: #D3089B;
}
</style>
border-color css
<style>
span { border-color: #D3089B; }
span { border-color: rgb(211,8,155); }
td.TdClassName
{
border-color: #D3089B;
}
.TagClassName
{
border-color: #D3089B;
}
</style>