Shades of Medium Violet Red #D70388
Tints of Medium Violet Red #D70388
RGB
CMYK
RGB Variations
Color information
#D70388 (or 0xD70388) is known color: Medium Violet Red. HEX triplet: D7, 03 and 88. RGB value is (215,3,136). Sum of RGB (Red+Green+Blue) = 215+3+136=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D70388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70388 is #28FC77. Grayscale: #515151. Windows color (decimal): -2686072 or 8913879. OLE color: 8913879.
HSL color Cylindrical-coordinate representation of color #D70388: hue angle of 322.36º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70388 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.16 |
| HSL | 322.36º | 0.97% | 0.43% | - |
| HSV(B) | 322.36º | 0.99% | 0.84% | - |
| XYZ | 32.5 | 16.29 | 24.72 | - |
| YUV | 81.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 136 | 0 | 0.99 | 0.37 | 0.16 | 322.36 | 0.97 | 0.43 |
| Hex | D7 | 3 | 88 | 0 | 63 | 25 | 10 | 142 | 61 | 2B |
| Octal | 327 | 3 | 210 | 0 | 143 | 45 | 20 | 502 | 141 | 53 |
| Binary | 11010111 | 11 | 10001000 | 0 | 1100011 | 100101 | 10000 | 101000010 | 1100001 | 101011 |
Color Harmonies of #D70388
Complementary color
Monochromatic Colors of #D70388
Black with #D70388
Text Example
Text Example
White with #D70388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70388; }
p { color: rgb(215,3,136); }
H1.HeaderClassName
{
color: #D70388;
}
.AnyTagClassName
{
color: #D70388;
}
</style>
background-color css
<style>
a { background-color: #D70388; }
a { background-color: rgb(215,3,136); }
div.DivClassName
{
background-color: #D70388;
}
.BgClassName
{
background-color: #D70388;
}
</style>
border-color css
<style>
span { border-color: #D70388; }
span { border-color: rgb(215,3,136); }
td.TdClassName
{
border-color: #D70388;
}
.TagClassName
{
border-color: #D70388;
}
</style>