Shades of Medium Violet Red #D5169D
Tints of Medium Violet Red #D5169D
RGB
CMYK
RGB Variations
Color information
#D5169D (or 0xD5169D) is known color: Medium Violet Red. HEX triplet: D5, 16 and 9D. RGB value is (213,22,157). Sum of RGB (Red+Green+Blue) = 213+22+157=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5169D is #2AE962. Grayscale: #5E5E5E. Windows color (decimal): -2812259 or 10294997. OLE color: 10294997.
HSL color Cylindrical-coordinate representation of color #D5169D: hue angle of 317.59º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5169D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 157 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.16 |
| HSL | 317.59º | 0.81% | 0.46% | - |
| HSV(B) | 317.59º | 0.9% | 0.84% | - |
| XYZ | 33.81 | 17.15 | 33.43 | - |
| YUV | 94.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 157 | 0 | 0.90 | 0.26 | 0.16 | 317.59 | 0.81 | 0.46 |
| Hex | D5 | 16 | 9D | 0 | 5A | 1A | 10 | 13E | 51 | 2E |
| Octal | 325 | 26 | 235 | 0 | 132 | 32 | 20 | 476 | 121 | 56 |
| Binary | 11010101 | 10110 | 10011101 | 0 | 1011010 | 11010 | 10000 | 100111110 | 1010001 | 101110 |
Color Harmonies of #D5169D
Complementary color
Monochromatic Colors of #D5169D
Black with #D5169D
Text Example
Text Example
White with #D5169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5169D; }
p { color: rgb(213,22,157); }
H1.HeaderClassName
{
color: #D5169D;
}
.AnyTagClassName
{
color: #D5169D;
}
</style>
background-color css
<style>
a { background-color: #D5169D; }
a { background-color: rgb(213,22,157); }
div.DivClassName
{
background-color: #D5169D;
}
.BgClassName
{
background-color: #D5169D;
}
</style>
border-color css
<style>
span { border-color: #D5169D; }
span { border-color: rgb(213,22,157); }
td.TdClassName
{
border-color: #D5169D;
}
.TagClassName
{
border-color: #D5169D;
}
</style>