Shades of Medium Violet Red #D61092
Tints of Medium Violet Red #D61092
RGB
CMYK
RGB Variations
Color information
#D61092 (or 0xD61092) is known color: Medium Violet Red. HEX triplet: D6, 10 and 92. RGB value is (214,16,146). Sum of RGB (Red+Green+Blue) = 214+16+146=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D61092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61092 is #29EF6D. Grayscale: #595959. Windows color (decimal): -2748270 or 9572566. OLE color: 9572566.
HSL color Cylindrical-coordinate representation of color #D61092: hue angle of 320.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61092 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 146 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.16 |
| HSL | 320.61º | 0.86% | 0.45% | - |
| HSV(B) | 320.61º | 0.93% | 0.84% | - |
| XYZ | 33.11 | 16.74 | 28.68 | - |
| YUV | 90.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 146 | 0 | 0.93 | 0.32 | 0.16 | 320.61 | 0.86 | 0.45 |
| Hex | D6 | 10 | 92 | 0 | 5D | 20 | 10 | 141 | 56 | 2D |
| Octal | 326 | 20 | 222 | 0 | 135 | 40 | 20 | 501 | 126 | 55 |
| Binary | 11010110 | 10000 | 10010010 | 0 | 1011101 | 100000 | 10000 | 101000001 | 1010110 | 101101 |
Color Harmonies of #D61092
Complementary color
Monochromatic Colors of #D61092
Black with #D61092
Text Example
Text Example
White with #D61092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61092; }
p { color: rgb(214,16,146); }
H1.HeaderClassName
{
color: #D61092;
}
.AnyTagClassName
{
color: #D61092;
}
</style>
background-color css
<style>
a { background-color: #D61092; }
a { background-color: rgb(214,16,146); }
div.DivClassName
{
background-color: #D61092;
}
.BgClassName
{
background-color: #D61092;
}
</style>
border-color css
<style>
span { border-color: #D61092; }
span { border-color: rgb(214,16,146); }
td.TdClassName
{
border-color: #D61092;
}
.TagClassName
{
border-color: #D61092;
}
</style>