Shades of Medium Violet Red #D5169A
Tints of Medium Violet Red #D5169A
RGB
CMYK
RGB Variations
Color information
#D5169A (or 0xD5169A) is known color: Medium Violet Red. HEX triplet: D5, 16 and 9A. RGB value is (213,22,154). Sum of RGB (Red+Green+Blue) = 213+22+154=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5169A is #2AE965. Grayscale: #5D5D5D. Windows color (decimal): -2812262 or 10098389. OLE color: 10098389.
HSL color Cylindrical-coordinate representation of color #D5169A: hue angle of 318.53º 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 #D5169A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 154 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.16 |
| HSL | 318.53º | 0.81% | 0.46% | - |
| HSV(B) | 318.53º | 0.9% | 0.84% | - |
| XYZ | 33.56 | 17.05 | 32.09 | - |
| YUV | 94.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 154 | 0 | 0.90 | 0.28 | 0.16 | 318.53 | 0.81 | 0.46 |
| Hex | D5 | 16 | 9A | 0 | 5A | 1C | 10 | 13F | 51 | 2E |
| Octal | 325 | 26 | 232 | 0 | 132 | 34 | 20 | 477 | 121 | 56 |
| Binary | 11010101 | 10110 | 10011010 | 0 | 1011010 | 11100 | 10000 | 100111111 | 1010001 | 101110 |
Color Harmonies of #D5169A
Complementary color
Monochromatic Colors of #D5169A
Black with #D5169A
Text Example
Text Example
White with #D5169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5169A; }
p { color: rgb(213,22,154); }
H1.HeaderClassName
{
color: #D5169A;
}
.AnyTagClassName
{
color: #D5169A;
}
</style>
background-color css
<style>
a { background-color: #D5169A; }
a { background-color: rgb(213,22,154); }
div.DivClassName
{
background-color: #D5169A;
}
.BgClassName
{
background-color: #D5169A;
}
</style>
border-color css
<style>
span { border-color: #D5169A; }
span { border-color: rgb(213,22,154); }
td.TdClassName
{
border-color: #D5169A;
}
.TagClassName
{
border-color: #D5169A;
}
</style>