Shades of Medium Violet Red #D30087
Tints of Medium Violet Red #D30087
RGB
CMYK
RGB Variations
Color information
#D30087 (or 0xD30087) is known color: Medium Violet Red. HEX triplet: D3, 00 and 87. RGB value is (211,0,135). Sum of RGB (Red+Green+Blue) = 211+0+135=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D30087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30087 is #2CFF78. Grayscale: #4E4E4E. Windows color (decimal): -2948985 or 8847571. OLE color: 8847571.
HSL color Cylindrical-coordinate representation of color #D30087: hue angle of 321.61º 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 #D30087 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.36 | 0.17 |
| HSL | 321.61º | 1% | 0.41% | - |
| HSV(B) | 321.61º | 1% | 0.83% | - |
| XYZ | 31.24 | 15.6 | 24.29 | - |
| YUV | 78.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 135 | 0 | 1 | 0.36 | 0.17 | 321.61 | 1 | 0.41 |
| Hex | D3 | 0 | 87 | 0 | 64 | 24 | 11 | 142 | 64 | 29 |
| Octal | 323 | 0 | 207 | 0 | 144 | 44 | 21 | 502 | 144 | 51 |
| Binary | 11010011 | 0 | 10000111 | 0 | 1100100 | 100100 | 10001 | 101000010 | 1100100 | 101001 |
Color Harmonies of #D30087
Complementary color
Monochromatic Colors of #D30087
Black with #D30087
Text Example
Text Example
White with #D30087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30087; }
p { color: rgb(211,0,135); }
H1.HeaderClassName
{
color: #D30087;
}
.AnyTagClassName
{
color: #D30087;
}
</style>
background-color css
<style>
a { background-color: #D30087; }
a { background-color: rgb(211,0,135); }
div.DivClassName
{
background-color: #D30087;
}
.BgClassName
{
background-color: #D30087;
}
</style>
border-color css
<style>
span { border-color: #D30087; }
span { border-color: rgb(211,0,135); }
td.TdClassName
{
border-color: #D30087;
}
.TagClassName
{
border-color: #D30087;
}
</style>