Shades of Medium Violet Red #D60B8F
Tints of Medium Violet Red #D60B8F
RGB
CMYK
RGB Variations
Color information
#D60B8F (or 0xD60B8F) is known color: Medium Violet Red. HEX triplet: D6, 0B and 8F. RGB value is (214,11,143). Sum of RGB (Red+Green+Blue) = 214+11+143=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B8F is #29F470. Grayscale: #565656. Windows color (decimal): -2749553 or 9374678. OLE color: 9374678.
HSL color Cylindrical-coordinate representation of color #D60B8F: hue angle of 320.99º 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 #D60B8F is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.16 |
| HSL | 320.99º | 0.9% | 0.44% | - |
| HSV(B) | 320.99º | 0.95% | 0.84% | - |
| XYZ | 32.81 | 16.52 | 27.45 | - |
| YUV | 86.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 143 | 0 | 0.95 | 0.33 | 0.16 | 320.99 | 0.9 | 0.44 |
| Hex | D6 | B | 8F | 0 | 5F | 21 | 10 | 141 | 5A | 2C |
| Octal | 326 | 13 | 217 | 0 | 137 | 41 | 20 | 501 | 132 | 54 |
| Binary | 11010110 | 1011 | 10001111 | 0 | 1011111 | 100001 | 10000 | 101000001 | 1011010 | 101100 |
Color Harmonies of #D60B8F
Complementary color
Monochromatic Colors of #D60B8F
Black with #D60B8F
Text Example
Text Example
White with #D60B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B8F; }
p { color: rgb(214,11,143); }
H1.HeaderClassName
{
color: #D60B8F;
}
.AnyTagClassName
{
color: #D60B8F;
}
</style>
background-color css
<style>
a { background-color: #D60B8F; }
a { background-color: rgb(214,11,143); }
div.DivClassName
{
background-color: #D60B8F;
}
.BgClassName
{
background-color: #D60B8F;
}
</style>
border-color css
<style>
span { border-color: #D60B8F; }
span { border-color: rgb(214,11,143); }
td.TdClassName
{
border-color: #D60B8F;
}
.TagClassName
{
border-color: #D60B8F;
}
</style>