Shades of Medium Violet Red #D30090
Tints of Medium Violet Red #D30090
RGB
CMYK
RGB Variations
Color information
#D30090 (or 0xD30090) is known color: Medium Violet Red. HEX triplet: D3, 00 and 90. RGB value is (211,0,144). Sum of RGB (Red+Green+Blue) = 211+0+144=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D30090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30090 is #2CFF6F. Grayscale: #4F4F4F. Windows color (decimal): -2948976 or 9437395. OLE color: 9437395.
HSL color Cylindrical-coordinate representation of color #D30090: hue angle of 319.05º 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 #D30090 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.32 | 0.17 |
| HSL | 319.05º | 1% | 0.41% | - |
| HSV(B) | 319.05º | 1% | 0.83% | - |
| XYZ | 31.9 | 15.86 | 27.77 | - |
| YUV | 79.51 | 164.4 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 144 | 0 | 1 | 0.32 | 0.17 | 319.05 | 1 | 0.41 |
| Hex | D3 | 0 | 90 | 0 | 64 | 20 | 11 | 13F | 64 | 29 |
| Octal | 323 | 0 | 220 | 0 | 144 | 40 | 21 | 477 | 144 | 51 |
| Binary | 11010011 | 0 | 10010000 | 0 | 1100100 | 100000 | 10001 | 100111111 | 1100100 | 101001 |
Color Harmonies of #D30090
Complementary color
Monochromatic Colors of #D30090
Black with #D30090
Text Example
Text Example
White with #D30090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30090; }
p { color: rgb(211,0,144); }
H1.HeaderClassName
{
color: #D30090;
}
.AnyTagClassName
{
color: #D30090;
}
</style>
background-color css
<style>
a { background-color: #D30090; }
a { background-color: rgb(211,0,144); }
div.DivClassName
{
background-color: #D30090;
}
.BgClassName
{
background-color: #D30090;
}
</style>
border-color css
<style>
span { border-color: #D30090; }
span { border-color: rgb(211,0,144); }
td.TdClassName
{
border-color: #D30090;
}
.TagClassName
{
border-color: #D30090;
}
</style>