Shades of Medium Violet Red #D60C82
Tints of Medium Violet Red #D60C82
RGB
CMYK
RGB Variations
Color information
#D60C82 (or 0xD60C82) is known color: Medium Violet Red. HEX triplet: D6, 0C and 82. RGB value is (214,12,130). Sum of RGB (Red+Green+Blue) = 214+12+130=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C82 is #29F37D. Grayscale: #555555. Windows color (decimal): -2749310 or 8522966. OLE color: 8522966.
HSL color Cylindrical-coordinate representation of color #D60C82: hue angle of 324.95º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C82 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 130 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.16 |
| HSL | 324.95º | 0.89% | 0.44% | - |
| HSV(B) | 324.95º | 0.94% | 0.84% | - |
| XYZ | 31.89 | 16.17 | 22.56 | - |
| YUV | 85.85 | 152.92 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 130 | 0 | 0.94 | 0.39 | 0.16 | 324.95 | 0.89 | 0.44 |
| Hex | D6 | C | 82 | 0 | 5E | 27 | 10 | 145 | 59 | 2C |
| Octal | 326 | 14 | 202 | 0 | 136 | 47 | 20 | 505 | 131 | 54 |
| Binary | 11010110 | 1100 | 10000010 | 0 | 1011110 | 100111 | 10000 | 101000101 | 1011001 | 101100 |
Color Harmonies of #D60C82
Complementary color
Monochromatic Colors of #D60C82
Black with #D60C82
Text Example
Text Example
White with #D60C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C82; }
p { color: rgb(214,12,130); }
H1.HeaderClassName
{
color: #D60C82;
}
.AnyTagClassName
{
color: #D60C82;
}
</style>
background-color css
<style>
a { background-color: #D60C82; }
a { background-color: rgb(214,12,130); }
div.DivClassName
{
background-color: #D60C82;
}
.BgClassName
{
background-color: #D60C82;
}
</style>
border-color css
<style>
span { border-color: #D60C82; }
span { border-color: rgb(214,12,130); }
td.TdClassName
{
border-color: #D60C82;
}
.TagClassName
{
border-color: #D60C82;
}
</style>