Shades of Medium Violet Red #D6088B
Tints of Medium Violet Red #D6088B
RGB
CMYK
RGB Variations
Color information
#D6088B (or 0xD6088B) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8B. RGB value is (214,8,139). Sum of RGB (Red+Green+Blue) = 214+8+139=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088B is #29F774. Grayscale: #545454. Windows color (decimal): -2750325 or 9111766. OLE color: 9111766.
HSL color Cylindrical-coordinate representation of color #D6088B: hue angle of 321.84º 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 #D6088B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.16 |
| HSL | 321.84º | 0.93% | 0.44% | - |
| HSV(B) | 321.84º | 0.96% | 0.84% | - |
| XYZ | 32.48 | 16.33 | 25.87 | - |
| YUV | 84.53 | 158.75 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 139 | 0 | 0.96 | 0.35 | 0.16 | 321.84 | 0.93 | 0.44 |
| Hex | D6 | 8 | 8B | 0 | 60 | 23 | 10 | 142 | 5D | 2C |
| Octal | 326 | 10 | 213 | 0 | 140 | 43 | 20 | 502 | 135 | 54 |
| Binary | 11010110 | 1000 | 10001011 | 0 | 1100000 | 100011 | 10000 | 101000010 | 1011101 | 101100 |
Color Harmonies of #D6088B
Complementary color
Monochromatic Colors of #D6088B
Black with #D6088B
Text Example
Text Example
White with #D6088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6088B; }
p { color: rgb(214,8,139); }
H1.HeaderClassName
{
color: #D6088B;
}
.AnyTagClassName
{
color: #D6088B;
}
</style>
background-color css
<style>
a { background-color: #D6088B; }
a { background-color: rgb(214,8,139); }
div.DivClassName
{
background-color: #D6088B;
}
.BgClassName
{
background-color: #D6088B;
}
</style>
border-color css
<style>
span { border-color: #D6088B; }
span { border-color: rgb(214,8,139); }
td.TdClassName
{
border-color: #D6088B;
}
.TagClassName
{
border-color: #D6088B;
}
</style>