Shades of Medium Violet Red #D6088D
Tints of Medium Violet Red #D6088D
RGB
CMYK
RGB Variations
Color information
#D6088D (or 0xD6088D) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8D. RGB value is (214,8,141). Sum of RGB (Red+Green+Blue) = 214+8+141=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088D is #29F772. Grayscale: #545454. Windows color (decimal): -2750323 or 9242838. OLE color: 9242838.
HSL color Cylindrical-coordinate representation of color #D6088D: hue angle of 321.26º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6088D is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.16 |
| HSL | 321.26º | 0.93% | 0.44% | - |
| HSV(B) | 321.26º | 0.96% | 0.84% | - |
| XYZ | 32.63 | 16.39 | 26.64 | - |
| YUV | 84.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 141 | 0 | 0.96 | 0.34 | 0.16 | 321.26 | 0.93 | 0.44 |
| Hex | D6 | 8 | 8D | 0 | 60 | 22 | 10 | 141 | 5D | 2C |
| Octal | 326 | 10 | 215 | 0 | 140 | 42 | 20 | 501 | 135 | 54 |
| Binary | 11010110 | 1000 | 10001101 | 0 | 1100000 | 100010 | 10000 | 101000001 | 1011101 | 101100 |
Color Harmonies of #D6088D
Complementary color
Monochromatic Colors of #D6088D
Black with #D6088D
Text Example
Text Example
White with #D6088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6088D; }
p { color: rgb(214,8,141); }
H1.HeaderClassName
{
color: #D6088D;
}
.AnyTagClassName
{
color: #D6088D;
}
</style>
background-color css
<style>
a { background-color: #D6088D; }
a { background-color: rgb(214,8,141); }
div.DivClassName
{
background-color: #D6088D;
}
.BgClassName
{
background-color: #D6088D;
}
</style>
border-color css
<style>
span { border-color: #D6088D; }
span { border-color: rgb(214,8,141); }
td.TdClassName
{
border-color: #D6088D;
}
.TagClassName
{
border-color: #D6088D;
}
</style>