Shades of Medium Violet Red #D3009B
Tints of Medium Violet Red #D3009B
RGB
CMYK
RGB Variations
Color information
#D3009B (or 0xD3009B) is known color: Medium Violet Red. HEX triplet: D3, 00 and 9B. RGB value is (211,0,155). Sum of RGB (Red+Green+Blue) = 211+0+155=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D3009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3009B is #2CFF64. Grayscale: #505050. Windows color (decimal): -2948965 or 10158291. OLE color: 10158291.
HSL color Cylindrical-coordinate representation of color #D3009B: hue angle of 315.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3009B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.27 | 0.17 |
| HSL | 315.92º | 1% | 0.41% | - |
| HSV(B) | 315.92º | 1% | 0.83% | - |
| XYZ | 32.78 | 16.22 | 32.41 | - |
| YUV | 80.76 | 169.9 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 155 | 0 | 1 | 0.27 | 0.17 | 315.92 | 1 | 0.41 |
| Hex | D3 | 0 | 9B | 0 | 64 | 1B | 11 | 13C | 64 | 29 |
| Octal | 323 | 0 | 233 | 0 | 144 | 33 | 21 | 474 | 144 | 51 |
| Binary | 11010011 | 0 | 10011011 | 0 | 1100100 | 11011 | 10001 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D3009B
Complementary color
Monochromatic Colors of #D3009B
Black with #D3009B
Text Example
Text Example
White with #D3009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3009B; }
p { color: rgb(211,0,155); }
H1.HeaderClassName
{
color: #D3009B;
}
.AnyTagClassName
{
color: #D3009B;
}
</style>
background-color css
<style>
a { background-color: #D3009B; }
a { background-color: rgb(211,0,155); }
div.DivClassName
{
background-color: #D3009B;
}
.BgClassName
{
background-color: #D3009B;
}
</style>
border-color css
<style>
span { border-color: #D3009B; }
span { border-color: rgb(211,0,155); }
td.TdClassName
{
border-color: #D3009B;
}
.TagClassName
{
border-color: #D3009B;
}
</style>