Shades of Medium Violet Red #D60A7B
Tints of Medium Violet Red #D60A7B
RGB
CMYK
RGB Variations
Color information
#D60A7B (or 0xD60A7B) is known color: Medium Violet Red. HEX triplet: D6, 0A and 7B. RGB value is (214,10,123). Sum of RGB (Red+Green+Blue) = 214+10+123=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A7B is #29F584. Grayscale: #535353. Windows color (decimal): -2749829 or 8063702. OLE color: 8063702.
HSL color Cylindrical-coordinate representation of color #D60A7B: hue angle of 326.76º degrees, saturation: 0.91, 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 #D60A7B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 123 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.16 |
| HSL | 326.76º | 0.91% | 0.44% | - |
| HSV(B) | 326.76º | 0.95% | 0.84% | - |
| XYZ | 31.42 | 15.94 | 20.16 | - |
| YUV | 83.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 123 | 0 | 0.95 | 0.43 | 0.16 | 326.76 | 0.91 | 0.44 |
| Hex | D6 | A | 7B | 0 | 5F | 2B | 10 | 147 | 5B | 2C |
| Octal | 326 | 12 | 173 | 0 | 137 | 53 | 20 | 507 | 133 | 54 |
| Binary | 11010110 | 1010 | 1111011 | 0 | 1011111 | 101011 | 10000 | 101000111 | 1011011 | 101100 |
Color Harmonies of #D60A7B
Complementary color
Monochromatic Colors of #D60A7B
Black with #D60A7B
Text Example
Text Example
White with #D60A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A7B; }
p { color: rgb(214,10,123); }
H1.HeaderClassName
{
color: #D60A7B;
}
.AnyTagClassName
{
color: #D60A7B;
}
</style>
background-color css
<style>
a { background-color: #D60A7B; }
a { background-color: rgb(214,10,123); }
div.DivClassName
{
background-color: #D60A7B;
}
.BgClassName
{
background-color: #D60A7B;
}
</style>
border-color css
<style>
span { border-color: #D60A7B; }
span { border-color: rgb(214,10,123); }
td.TdClassName
{
border-color: #D60A7B;
}
.TagClassName
{
border-color: #D60A7B;
}
</style>