Shades of Medium Violet Red #D70384
Tints of Medium Violet Red #D70384
RGB
CMYK
RGB Variations
Color information
#D70384 (or 0xD70384) is known color: Medium Violet Red. HEX triplet: D7, 03 and 84. RGB value is (215,3,132). Sum of RGB (Red+Green+Blue) = 215+3+132=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D70384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70384 is #28FC7B. Grayscale: #505050. Windows color (decimal): -2686076 or 8651735. OLE color: 8651735.
HSL color Cylindrical-coordinate representation of color #D70384: hue angle of 323.49º 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 #D70384 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.16 |
| HSL | 323.49º | 0.97% | 0.43% | - |
| HSV(B) | 323.49º | 0.99% | 0.84% | - |
| XYZ | 32.22 | 16.18 | 23.25 | - |
| YUV | 81.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 132 | 0 | 0.99 | 0.39 | 0.16 | 323.49 | 0.97 | 0.43 |
| Hex | D7 | 3 | 84 | 0 | 63 | 27 | 10 | 143 | 61 | 2B |
| Octal | 327 | 3 | 204 | 0 | 143 | 47 | 20 | 503 | 141 | 53 |
| Binary | 11010111 | 11 | 10000100 | 0 | 1100011 | 100111 | 10000 | 101000011 | 1100001 | 101011 |
Color Harmonies of #D70384
Complementary color
Monochromatic Colors of #D70384
Black with #D70384
Text Example
Text Example
White with #D70384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70384; }
p { color: rgb(215,3,132); }
H1.HeaderClassName
{
color: #D70384;
}
.AnyTagClassName
{
color: #D70384;
}
</style>
background-color css
<style>
a { background-color: #D70384; }
a { background-color: rgb(215,3,132); }
div.DivClassName
{
background-color: #D70384;
}
.BgClassName
{
background-color: #D70384;
}
</style>
border-color css
<style>
span { border-color: #D70384; }
span { border-color: rgb(215,3,132); }
td.TdClassName
{
border-color: #D70384;
}
.TagClassName
{
border-color: #D70384;
}
</style>