Shades of Medium Violet Red #D60286
Tints of Medium Violet Red #D60286
RGB
CMYK
RGB Variations
Color information
#D60286 (or 0xD60286) is known color: Medium Violet Red. HEX triplet: D6, 02 and 86. RGB value is (214,2,134). Sum of RGB (Red+Green+Blue) = 214+2+134=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D60286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60286 is #29FD79. Grayscale: #505050. Windows color (decimal): -2751866 or 8782550. OLE color: 8782550.
HSL color Cylindrical-coordinate representation of color #D60286: hue angle of 322.64º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60286 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.16 |
| HSL | 322.64º | 0.98% | 0.42% | - |
| HSV(B) | 322.64º | 0.99% | 0.84% | - |
| XYZ | 32.06 | 16.06 | 23.96 | - |
| YUV | 80.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 134 | 0 | 0.99 | 0.37 | 0.16 | 322.64 | 0.98 | 0.42 |
| Hex | D6 | 2 | 86 | 0 | 63 | 25 | 10 | 143 | 62 | 2A |
| Octal | 326 | 2 | 206 | 0 | 143 | 45 | 20 | 503 | 142 | 52 |
| Binary | 11010110 | 10 | 10000110 | 0 | 1100011 | 100101 | 10000 | 101000011 | 1100010 | 101010 |
Color Harmonies of #D60286
Complementary color
Monochromatic Colors of #D60286
Black with #D60286
Text Example
Text Example
White with #D60286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60286; }
p { color: rgb(214,2,134); }
H1.HeaderClassName
{
color: #D60286;
}
.AnyTagClassName
{
color: #D60286;
}
</style>
background-color css
<style>
a { background-color: #D60286; }
a { background-color: rgb(214,2,134); }
div.DivClassName
{
background-color: #D60286;
}
.BgClassName
{
background-color: #D60286;
}
</style>
border-color css
<style>
span { border-color: #D60286; }
span { border-color: rgb(214,2,134); }
td.TdClassName
{
border-color: #D60286;
}
.TagClassName
{
border-color: #D60286;
}
</style>