Shades of Medium Violet Red #D6158A
Tints of Medium Violet Red #D6158A
RGB
CMYK
RGB Variations
Color information
#D6158A (or 0xD6158A) is known color: Medium Violet Red. HEX triplet: D6, 15 and 8A. RGB value is (214,21,138). Sum of RGB (Red+Green+Blue) = 214+21+138=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6158A is #29EA75. Grayscale: #5B5B5B. Windows color (decimal): -2746998 or 9049558. OLE color: 9049558.
HSL color Cylindrical-coordinate representation of color #D6158A: hue angle of 323.63º degrees, saturation: 0.82, 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 #D6158A is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 138 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.16 |
| HSL | 323.63º | 0.82% | 0.46% | - |
| HSV(B) | 323.63º | 0.9% | 0.84% | - |
| XYZ | 32.59 | 16.67 | 25.54 | - |
| YUV | 92.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 138 | 0 | 0.90 | 0.36 | 0.16 | 323.63 | 0.82 | 0.46 |
| Hex | D6 | 15 | 8A | 0 | 5A | 24 | 10 | 144 | 52 | 2E |
| Octal | 326 | 25 | 212 | 0 | 132 | 44 | 20 | 504 | 122 | 56 |
| Binary | 11010110 | 10101 | 10001010 | 0 | 1011010 | 100100 | 10000 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D6158A
Complementary color
Monochromatic Colors of #D6158A
Black with #D6158A
Text Example
Text Example
White with #D6158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6158A; }
p { color: rgb(214,21,138); }
H1.HeaderClassName
{
color: #D6158A;
}
.AnyTagClassName
{
color: #D6158A;
}
</style>
background-color css
<style>
a { background-color: #D6158A; }
a { background-color: rgb(214,21,138); }
div.DivClassName
{
background-color: #D6158A;
}
.BgClassName
{
background-color: #D6158A;
}
</style>
border-color css
<style>
span { border-color: #D6158A; }
span { border-color: rgb(214,21,138); }
td.TdClassName
{
border-color: #D6158A;
}
.TagClassName
{
border-color: #D6158A;
}
</style>