Shades of Medium Violet Red #D5017B
Tints of Medium Violet Red #D5017B
RGB
CMYK
RGB Variations
Color information
#D5017B (or 0xD5017B) is known color: Medium Violet Red. HEX triplet: D5, 01 and 7B. RGB value is (213,1,123). Sum of RGB (Red+Green+Blue) = 213+1+123=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5017B is #2AFE84. Grayscale: #4E4E4E. Windows color (decimal): -2817669 or 8061397. OLE color: 8061397.
HSL color Cylindrical-coordinate representation of color #D5017B: hue angle of 325.47º 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 #D5017B is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.16 |
| HSL | 325.47º | 0.99% | 0.42% | - |
| HSV(B) | 325.47º | 1% | 0.84% | - |
| XYZ | 31.03 | 15.6 | 20.11 | - |
| YUV | 78.3 | 153.24 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 123 | 0 | 1.00 | 0.42 | 0.16 | 325.47 | 0.99 | 0.42 |
| Hex | D5 | 1 | 7B | 0 | 64 | 2A | 10 | 145 | 63 | 2A |
| Octal | 325 | 1 | 173 | 0 | 144 | 52 | 20 | 505 | 143 | 52 |
| Binary | 11010101 | 1 | 1111011 | 0 | 1100100 | 101010 | 10000 | 101000101 | 1100011 | 101010 |
Color Harmonies of #D5017B
Complementary color
Monochromatic Colors of #D5017B
Black with #D5017B
Text Example
Text Example
White with #D5017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5017B; }
p { color: rgb(213,1,123); }
H1.HeaderClassName
{
color: #D5017B;
}
.AnyTagClassName
{
color: #D5017B;
}
</style>
background-color css
<style>
a { background-color: #D5017B; }
a { background-color: rgb(213,1,123); }
div.DivClassName
{
background-color: #D5017B;
}
.BgClassName
{
background-color: #D5017B;
}
</style>
border-color css
<style>
span { border-color: #D5017B; }
span { border-color: rgb(213,1,123); }
td.TdClassName
{
border-color: #D5017B;
}
.TagClassName
{
border-color: #D5017B;
}
</style>