Shades of Medium Violet Red #D60192
Tints of Medium Violet Red #D60192
RGB
CMYK
RGB Variations
Color information
#D60192 (or 0xD60192) is known color: Medium Violet Red. HEX triplet: D6, 01 and 92. RGB value is (214,1,146). Sum of RGB (Red+Green+Blue) = 214+1+146=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D60192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60192 is #29FE6D. Grayscale: #505050. Windows color (decimal): -2752110 or 9568726. OLE color: 9568726.
HSL color Cylindrical-coordinate representation of color #D60192: hue angle of 319.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60192 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.16 |
| HSL | 319.15º | 0.99% | 0.42% | - |
| HSV(B) | 319.15º | 1% | 0.84% | - |
| XYZ | 32.93 | 16.39 | 28.62 | - |
| YUV | 81.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 146 | 0 | 1.00 | 0.32 | 0.16 | 319.15 | 0.99 | 0.42 |
| Hex | D6 | 1 | 92 | 0 | 64 | 20 | 10 | 13F | 63 | 2A |
| Octal | 326 | 1 | 222 | 0 | 144 | 40 | 20 | 477 | 143 | 52 |
| Binary | 11010110 | 1 | 10010010 | 0 | 1100100 | 100000 | 10000 | 100111111 | 1100011 | 101010 |
Color Harmonies of #D60192
Complementary color
Monochromatic Colors of #D60192
Black with #D60192
Text Example
Text Example
White with #D60192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60192; }
p { color: rgb(214,1,146); }
H1.HeaderClassName
{
color: #D60192;
}
.AnyTagClassName
{
color: #D60192;
}
</style>
background-color css
<style>
a { background-color: #D60192; }
a { background-color: rgb(214,1,146); }
div.DivClassName
{
background-color: #D60192;
}
.BgClassName
{
background-color: #D60192;
}
</style>
border-color css
<style>
span { border-color: #D60192; }
span { border-color: rgb(214,1,146); }
td.TdClassName
{
border-color: #D60192;
}
.TagClassName
{
border-color: #D60192;
}
</style>