Shades of Medium Violet Red #D60282
Tints of Medium Violet Red #D60282
RGB
CMYK
RGB Variations
Color information
#D60282 (or 0xD60282) is known color: Medium Violet Red. HEX triplet: D6, 02 and 82. RGB value is (214,2,130). Sum of RGB (Red+Green+Blue) = 214+2+130=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D60282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60282 is #29FD7D. Grayscale: #4F4F4F. Windows color (decimal): -2751870 or 8520406. OLE color: 8520406.
HSL color Cylindrical-coordinate representation of color #D60282: hue angle of 323.77º 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 #D60282 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.16 |
| HSL | 323.77º | 0.98% | 0.42% | - |
| HSV(B) | 323.77º | 0.99% | 0.84% | - |
| XYZ | 31.78 | 15.95 | 22.52 | - |
| YUV | 79.98 | 156.24 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 130 | 0 | 0.99 | 0.39 | 0.16 | 323.77 | 0.98 | 0.42 |
| Hex | D6 | 2 | 82 | 0 | 63 | 27 | 10 | 144 | 62 | 2A |
| Octal | 326 | 2 | 202 | 0 | 143 | 47 | 20 | 504 | 142 | 52 |
| Binary | 11010110 | 10 | 10000010 | 0 | 1100011 | 100111 | 10000 | 101000100 | 1100010 | 101010 |
Color Harmonies of #D60282
Complementary color
Monochromatic Colors of #D60282
Black with #D60282
Text Example
Text Example
White with #D60282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60282; }
p { color: rgb(214,2,130); }
H1.HeaderClassName
{
color: #D60282;
}
.AnyTagClassName
{
color: #D60282;
}
</style>
background-color css
<style>
a { background-color: #D60282; }
a { background-color: rgb(214,2,130); }
div.DivClassName
{
background-color: #D60282;
}
.BgClassName
{
background-color: #D60282;
}
</style>
border-color css
<style>
span { border-color: #D60282; }
span { border-color: rgb(214,2,130); }
td.TdClassName
{
border-color: #D60282;
}
.TagClassName
{
border-color: #D60282;
}
</style>