Shades of Medium Violet Red #D60093
Tints of Medium Violet Red #D60093
RGB
CMYK
RGB Variations
Color information
#D60093 (or 0xD60093) is known color: Medium Violet Red. HEX triplet: D6, 00 and 93. RGB value is (214,0,147). Sum of RGB (Red+Green+Blue) = 214+0+147=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D60093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60093 is #29FF6C. Grayscale: #505050. Windows color (decimal): -2752365 or 9634006. OLE color: 9634006.
HSL color Cylindrical-coordinate representation of color #D60093: hue angle of 318.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60093 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.31 | 0.16 |
| HSL | 318.79º | 1% | 0.42% | - |
| HSV(B) | 318.79º | 1% | 0.84% | - |
| XYZ | 33 | 16.4 | 29.03 | - |
| YUV | 80.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 147 | 0 | 1 | 0.31 | 0.16 | 318.79 | 1 | 0.42 |
| Hex | D6 | 0 | 93 | 0 | 64 | 1F | 10 | 13F | 64 | 2A |
| Octal | 326 | 0 | 223 | 0 | 144 | 37 | 20 | 477 | 144 | 52 |
| Binary | 11010110 | 0 | 10010011 | 0 | 1100100 | 11111 | 10000 | 100111111 | 1100100 | 101010 |
Color Harmonies of #D60093
Complementary color
Monochromatic Colors of #D60093
Black with #D60093
Text Example
Text Example
White with #D60093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60093; }
p { color: rgb(214,0,147); }
H1.HeaderClassName
{
color: #D60093;
}
.AnyTagClassName
{
color: #D60093;
}
</style>
background-color css
<style>
a { background-color: #D60093; }
a { background-color: rgb(214,0,147); }
div.DivClassName
{
background-color: #D60093;
}
.BgClassName
{
background-color: #D60093;
}
</style>
border-color css
<style>
span { border-color: #D60093; }
span { border-color: rgb(214,0,147); }
td.TdClassName
{
border-color: #D60093;
}
.TagClassName
{
border-color: #D60093;
}
</style>