Shades of Medium Violet Red #D60B8D
Tints of Medium Violet Red #D60B8D
RGB
CMYK
RGB Variations
Color information
#D60B8D (or 0xD60B8D) is known color: Medium Violet Red. HEX triplet: D6, 0B and 8D. RGB value is (214,11,141). Sum of RGB (Red+Green+Blue) = 214+11+141=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B8D is #29F472. Grayscale: #565656. Windows color (decimal): -2749555 or 9243606. OLE color: 9243606.
HSL color Cylindrical-coordinate representation of color #D60B8D: hue angle of 321.58º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B8D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 141 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.16 |
| HSL | 321.58º | 0.9% | 0.44% | - |
| HSV(B) | 321.58º | 0.95% | 0.84% | - |
| XYZ | 32.66 | 16.46 | 26.65 | - |
| YUV | 86.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 141 | 0 | 0.95 | 0.34 | 0.16 | 321.58 | 0.9 | 0.44 |
| Hex | D6 | B | 8D | 0 | 5F | 22 | 10 | 142 | 5A | 2C |
| Octal | 326 | 13 | 215 | 0 | 137 | 42 | 20 | 502 | 132 | 54 |
| Binary | 11010110 | 1011 | 10001101 | 0 | 1011111 | 100010 | 10000 | 101000010 | 1011010 | 101100 |
Color Harmonies of #D60B8D
Complementary color
Monochromatic Colors of #D60B8D
Black with #D60B8D
Text Example
Text Example
White with #D60B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B8D; }
p { color: rgb(214,11,141); }
H1.HeaderClassName
{
color: #D60B8D;
}
.AnyTagClassName
{
color: #D60B8D;
}
</style>
background-color css
<style>
a { background-color: #D60B8D; }
a { background-color: rgb(214,11,141); }
div.DivClassName
{
background-color: #D60B8D;
}
.BgClassName
{
background-color: #D60B8D;
}
</style>
border-color css
<style>
span { border-color: #D60B8D; }
span { border-color: rgb(214,11,141); }
td.TdClassName
{
border-color: #D60B8D;
}
.TagClassName
{
border-color: #D60B8D;
}
</style>