Shades of Medium Violet Red #D60280
Tints of Medium Violet Red #D60280
RGB
CMYK
RGB Variations
Color information
#D60280 (or 0xD60280) is known color: Medium Violet Red. HEX triplet: D6, 02 and 80. RGB value is (214,2,128). Sum of RGB (Red+Green+Blue) = 214+2+128=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D60280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60280 is #29FD7F. Grayscale: #4F4F4F. Windows color (decimal): -2751872 or 8389334. OLE color: 8389334.
HSL color Cylindrical-coordinate representation of color #D60280: hue angle of 324.34º 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 #D60280 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.16 |
| HSL | 324.34º | 0.98% | 0.42% | - |
| HSV(B) | 324.34º | 0.99% | 0.84% | - |
| XYZ | 31.65 | 15.9 | 21.82 | - |
| YUV | 79.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 128 | 0 | 0.99 | 0.40 | 0.16 | 324.34 | 0.98 | 0.42 |
| Hex | D6 | 2 | 80 | 0 | 63 | 28 | 10 | 144 | 62 | 2A |
| Octal | 326 | 2 | 200 | 0 | 143 | 50 | 20 | 504 | 142 | 52 |
| Binary | 11010110 | 10 | 10000000 | 0 | 1100011 | 101000 | 10000 | 101000100 | 1100010 | 101010 |
Color Harmonies of #D60280
Complementary color
Monochromatic Colors of #D60280
Black with #D60280
Text Example
Text Example
White with #D60280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60280; }
p { color: rgb(214,2,128); }
H1.HeaderClassName
{
color: #D60280;
}
.AnyTagClassName
{
color: #D60280;
}
</style>
background-color css
<style>
a { background-color: #D60280; }
a { background-color: rgb(214,2,128); }
div.DivClassName
{
background-color: #D60280;
}
.BgClassName
{
background-color: #D60280;
}
</style>
border-color css
<style>
span { border-color: #D60280; }
span { border-color: rgb(214,2,128); }
td.TdClassName
{
border-color: #D60280;
}
.TagClassName
{
border-color: #D60280;
}
</style>