Shades of Medium Violet Red #D60291
Tints of Medium Violet Red #D60291
RGB
CMYK
RGB Variations
Color information
#D60291 (or 0xD60291) is known color: Medium Violet Red. HEX triplet: D6, 02 and 91. RGB value is (214,2,145). Sum of RGB (Red+Green+Blue) = 214+2+145=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D60291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60291 is #29FD6E. Grayscale: #515151. Windows color (decimal): -2751855 or 9503446. OLE color: 9503446.
HSL color Cylindrical-coordinate representation of color #D60291: hue angle of 319.53º 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 #D60291 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.16 |
| HSL | 319.53º | 0.98% | 0.42% | - |
| HSV(B) | 319.53º | 0.99% | 0.84% | - |
| XYZ | 32.86 | 16.38 | 28.22 | - |
| YUV | 81.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 145 | 0 | 0.99 | 0.32 | 0.16 | 319.53 | 0.98 | 0.42 |
| Hex | D6 | 2 | 91 | 0 | 63 | 20 | 10 | 140 | 62 | 2A |
| Octal | 326 | 2 | 221 | 0 | 143 | 40 | 20 | 500 | 142 | 52 |
| Binary | 11010110 | 10 | 10010001 | 0 | 1100011 | 100000 | 10000 | 101000000 | 1100010 | 101010 |
Color Harmonies of #D60291
Complementary color
Monochromatic Colors of #D60291
Black with #D60291
Text Example
Text Example
White with #D60291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60291; }
p { color: rgb(214,2,145); }
H1.HeaderClassName
{
color: #D60291;
}
.AnyTagClassName
{
color: #D60291;
}
</style>
background-color css
<style>
a { background-color: #D60291; }
a { background-color: rgb(214,2,145); }
div.DivClassName
{
background-color: #D60291;
}
.BgClassName
{
background-color: #D60291;
}
</style>
border-color css
<style>
span { border-color: #D60291; }
span { border-color: rgb(214,2,145); }
td.TdClassName
{
border-color: #D60291;
}
.TagClassName
{
border-color: #D60291;
}
</style>