Shades of Medium Violet Red #D6169A
Tints of Medium Violet Red #D6169A
RGB
CMYK
RGB Variations
Color information
#D6169A (or 0xD6169A) is known color: Medium Violet Red. HEX triplet: D6, 16 and 9A. RGB value is (214,22,154). Sum of RGB (Red+Green+Blue) = 214+22+154=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6169A is #29E965. Grayscale: #5E5E5E. Windows color (decimal): -2746726 or 10098390. OLE color: 10098390.
HSL color Cylindrical-coordinate representation of color #D6169A: hue angle of 318.75º 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 #D6169A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 154 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.16 |
| HSL | 318.75º | 0.81% | 0.46% | - |
| HSV(B) | 318.75º | 0.9% | 0.84% | - |
| XYZ | 33.85 | 17.2 | 32.11 | - |
| YUV | 94.46 | 161.61 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 154 | 0 | 0.90 | 0.28 | 0.16 | 318.75 | 0.81 | 0.46 |
| Hex | D6 | 16 | 9A | 0 | 5A | 1C | 10 | 13F | 51 | 2E |
| Octal | 326 | 26 | 232 | 0 | 132 | 34 | 20 | 477 | 121 | 56 |
| Binary | 11010110 | 10110 | 10011010 | 0 | 1011010 | 11100 | 10000 | 100111111 | 1010001 | 101110 |
Color Harmonies of #D6169A
Complementary color
Monochromatic Colors of #D6169A
Black with #D6169A
Text Example
Text Example
White with #D6169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6169A; }
p { color: rgb(214,22,154); }
H1.HeaderClassName
{
color: #D6169A;
}
.AnyTagClassName
{
color: #D6169A;
}
</style>
background-color css
<style>
a { background-color: #D6169A; }
a { background-color: rgb(214,22,154); }
div.DivClassName
{
background-color: #D6169A;
}
.BgClassName
{
background-color: #D6169A;
}
</style>
border-color css
<style>
span { border-color: #D6169A; }
span { border-color: rgb(214,22,154); }
td.TdClassName
{
border-color: #D6169A;
}
.TagClassName
{
border-color: #D6169A;
}
</style>