Shades of Medium Violet Red #D60A7A
Tints of Medium Violet Red #D60A7A
RGB
CMYK
RGB Variations
Color information
#D60A7A (or 0xD60A7A) is known color: Medium Violet Red. HEX triplet: D6, 0A and 7A. RGB value is (214,10,122). Sum of RGB (Red+Green+Blue) = 214+10+122=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A7A is #29F585. Grayscale: #535353. Windows color (decimal): -2749830 or 7998166. OLE color: 7998166.
HSL color Cylindrical-coordinate representation of color #D60A7A: hue angle of 327.06º 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 #D60A7A is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.16 |
| HSL | 327.06º | 0.91% | 0.44% | - |
| HSV(B) | 327.06º | 0.95% | 0.84% | - |
| XYZ | 31.35 | 15.92 | 19.83 | - |
| YUV | 83.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 122 | 0 | 0.95 | 0.43 | 0.16 | 327.06 | 0.91 | 0.44 |
| Hex | D6 | A | 7A | 0 | 5F | 2B | 10 | 147 | 5B | 2C |
| Octal | 326 | 12 | 172 | 0 | 137 | 53 | 20 | 507 | 133 | 54 |
| Binary | 11010110 | 1010 | 1111010 | 0 | 1011111 | 101011 | 10000 | 101000111 | 1011011 | 101100 |
Color Harmonies of #D60A7A
Complementary color
Monochromatic Colors of #D60A7A
Black with #D60A7A
Text Example
Text Example
White with #D60A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A7A; }
p { color: rgb(214,10,122); }
H1.HeaderClassName
{
color: #D60A7A;
}
.AnyTagClassName
{
color: #D60A7A;
}
</style>
background-color css
<style>
a { background-color: #D60A7A; }
a { background-color: rgb(214,10,122); }
div.DivClassName
{
background-color: #D60A7A;
}
.BgClassName
{
background-color: #D60A7A;
}
</style>
border-color css
<style>
span { border-color: #D60A7A; }
span { border-color: rgb(214,10,122); }
td.TdClassName
{
border-color: #D60A7A;
}
.TagClassName
{
border-color: #D60A7A;
}
</style>