Shades of Medium Violet Red #D60B9D
Tints of Medium Violet Red #D60B9D
RGB
CMYK
RGB Variations
Color information
#D60B9D (or 0xD60B9D) is known color: Medium Violet Red. HEX triplet: D6, 0B and 9D. RGB value is (214,11,157). Sum of RGB (Red+Green+Blue) = 214+11+157=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60B9D is #29F462. Grayscale: #575757. Windows color (decimal): -2749539 or 10292182. OLE color: 10292182.
HSL color Cylindrical-coordinate representation of color #D60B9D: hue angle of 316.85º 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 #D60B9D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 157 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.16 |
| HSL | 316.85º | 0.9% | 0.44% | - |
| HSV(B) | 316.85º | 0.95% | 0.84% | - |
| XYZ | 33.94 | 16.97 | 33.39 | - |
| YUV | 88.34 | 166.75 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 157 | 0 | 0.95 | 0.27 | 0.16 | 316.85 | 0.9 | 0.44 |
| Hex | D6 | B | 9D | 0 | 5F | 1B | 10 | 13D | 5A | 2C |
| Octal | 326 | 13 | 235 | 0 | 137 | 33 | 20 | 475 | 132 | 54 |
| Binary | 11010110 | 1011 | 10011101 | 0 | 1011111 | 11011 | 10000 | 100111101 | 1011010 | 101100 |
Color Harmonies of #D60B9D
Complementary color
Monochromatic Colors of #D60B9D
Black with #D60B9D
Text Example
Text Example
White with #D60B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B9D; }
p { color: rgb(214,11,157); }
H1.HeaderClassName
{
color: #D60B9D;
}
.AnyTagClassName
{
color: #D60B9D;
}
</style>
background-color css
<style>
a { background-color: #D60B9D; }
a { background-color: rgb(214,11,157); }
div.DivClassName
{
background-color: #D60B9D;
}
.BgClassName
{
background-color: #D60B9D;
}
</style>
border-color css
<style>
span { border-color: #D60B9D; }
span { border-color: rgb(214,11,157); }
td.TdClassName
{
border-color: #D60B9D;
}
.TagClassName
{
border-color: #D60B9D;
}
</style>