Shades of Medium Violet Red #D5017D
Tints of Medium Violet Red #D5017D
RGB
CMYK
RGB Variations
Color information
#D5017D (or 0xD5017D) is known color: Medium Violet Red. HEX triplet: D5, 01 and 7D. RGB value is (213,1,125). Sum of RGB (Red+Green+Blue) = 213+1+125=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5017D is #2AFE82. Grayscale: #4E4E4E. Windows color (decimal): -2817667 or 8192469. OLE color: 8192469.
HSL color Cylindrical-coordinate representation of color #D5017D: hue angle of 324.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5017D is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.16 |
| HSL | 324.91º | 0.99% | 0.42% | - |
| HSV(B) | 324.91º | 1% | 0.84% | - |
| XYZ | 31.15 | 15.65 | 20.78 | - |
| YUV | 78.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 125 | 0 | 1.00 | 0.41 | 0.16 | 324.91 | 0.99 | 0.42 |
| Hex | D5 | 1 | 7D | 0 | 64 | 29 | 10 | 145 | 63 | 2A |
| Octal | 325 | 1 | 175 | 0 | 144 | 51 | 20 | 505 | 143 | 52 |
| Binary | 11010101 | 1 | 1111101 | 0 | 1100100 | 101001 | 10000 | 101000101 | 1100011 | 101010 |
Color Harmonies of #D5017D
Complementary color
Monochromatic Colors of #D5017D
Black with #D5017D
Text Example
Text Example
White with #D5017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5017D; }
p { color: rgb(213,1,125); }
H1.HeaderClassName
{
color: #D5017D;
}
.AnyTagClassName
{
color: #D5017D;
}
</style>
background-color css
<style>
a { background-color: #D5017D; }
a { background-color: rgb(213,1,125); }
div.DivClassName
{
background-color: #D5017D;
}
.BgClassName
{
background-color: #D5017D;
}
</style>
border-color css
<style>
span { border-color: #D5017D; }
span { border-color: rgb(213,1,125); }
td.TdClassName
{
border-color: #D5017D;
}
.TagClassName
{
border-color: #D5017D;
}
</style>