Shades of Medium Violet Red #D61090
Tints of Medium Violet Red #D61090
RGB
CMYK
RGB Variations
Color information
#D61090 (or 0xD61090) is known color: Medium Violet Red. HEX triplet: D6, 10 and 90. RGB value is (214,16,144). Sum of RGB (Red+Green+Blue) = 214+16+144=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D61090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61090 is #29EF6F. Grayscale: #595959. Windows color (decimal): -2748272 or 9441494. OLE color: 9441494.
HSL color Cylindrical-coordinate representation of color #D61090: hue angle of 321.21º 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 #D61090 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 144 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.16 |
| HSL | 321.21º | 0.86% | 0.45% | - |
| HSV(B) | 321.21º | 0.93% | 0.84% | - |
| XYZ | 32.95 | 16.68 | 27.87 | - |
| YUV | 89.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 144 | 0 | 0.93 | 0.33 | 0.16 | 321.21 | 0.86 | 0.45 |
| Hex | D6 | 10 | 90 | 0 | 5D | 21 | 10 | 141 | 56 | 2D |
| Octal | 326 | 20 | 220 | 0 | 135 | 41 | 20 | 501 | 126 | 55 |
| Binary | 11010110 | 10000 | 10010000 | 0 | 1011101 | 100001 | 10000 | 101000001 | 1010110 | 101101 |
Color Harmonies of #D61090
Complementary color
Monochromatic Colors of #D61090
Black with #D61090
Text Example
Text Example
White with #D61090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61090; }
p { color: rgb(214,16,144); }
H1.HeaderClassName
{
color: #D61090;
}
.AnyTagClassName
{
color: #D61090;
}
</style>
background-color css
<style>
a { background-color: #D61090; }
a { background-color: rgb(214,16,144); }
div.DivClassName
{
background-color: #D61090;
}
.BgClassName
{
background-color: #D61090;
}
</style>
border-color css
<style>
span { border-color: #D61090; }
span { border-color: rgb(214,16,144); }
td.TdClassName
{
border-color: #D61090;
}
.TagClassName
{
border-color: #D61090;
}
</style>