Shades of Medium Violet Red #D5168A
Tints of Medium Violet Red #D5168A
RGB
CMYK
RGB Variations
Color information
#D5168A (or 0xD5168A) is known color: Medium Violet Red. HEX triplet: D5, 16 and 8A. RGB value is (213,22,138). Sum of RGB (Red+Green+Blue) = 213+22+138=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5168A is #2AE975. Grayscale: #5C5C5C. Windows color (decimal): -2812278 or 9049813. OLE color: 9049813.
HSL color Cylindrical-coordinate representation of color #D5168A: hue angle of 323.56º 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 #D5168A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 138 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.16 |
| HSL | 323.56º | 0.81% | 0.46% | - |
| HSV(B) | 323.56º | 0.9% | 0.84% | - |
| XYZ | 32.31 | 16.55 | 25.54 | - |
| YUV | 92.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 138 | 0 | 0.90 | 0.35 | 0.16 | 323.56 | 0.81 | 0.46 |
| Hex | D5 | 16 | 8A | 0 | 5A | 23 | 10 | 144 | 51 | 2E |
| Octal | 325 | 26 | 212 | 0 | 132 | 43 | 20 | 504 | 121 | 56 |
| Binary | 11010101 | 10110 | 10001010 | 0 | 1011010 | 100011 | 10000 | 101000100 | 1010001 | 101110 |
Color Harmonies of #D5168A
Complementary color
Monochromatic Colors of #D5168A
Black with #D5168A
Text Example
Text Example
White with #D5168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5168A; }
p { color: rgb(213,22,138); }
H1.HeaderClassName
{
color: #D5168A;
}
.AnyTagClassName
{
color: #D5168A;
}
</style>
background-color css
<style>
a { background-color: #D5168A; }
a { background-color: rgb(213,22,138); }
div.DivClassName
{
background-color: #D5168A;
}
.BgClassName
{
background-color: #D5168A;
}
</style>
border-color css
<style>
span { border-color: #D5168A; }
span { border-color: rgb(213,22,138); }
td.TdClassName
{
border-color: #D5168A;
}
.TagClassName
{
border-color: #D5168A;
}
</style>