Shades of Medium Violet Red #D61889
Tints of Medium Violet Red #D61889
RGB
CMYK
RGB Variations
Color information
#D61889 (or 0xD61889) is known color: Medium Violet Red. HEX triplet: D6, 18 and 89. RGB value is (214,24,137). Sum of RGB (Red+Green+Blue) = 214+24+137=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D61889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61889 is #29E776. Grayscale: #5D5D5D. Windows color (decimal): -2746231 or 8984790. OLE color: 8984790.
HSL color Cylindrical-coordinate representation of color #D61889: hue angle of 324.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61889 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 137 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.16 |
| HSL | 324.32º | 0.8% | 0.47% | - |
| HSV(B) | 324.32º | 0.89% | 0.84% | - |
| XYZ | 32.57 | 16.76 | 25.18 | - |
| YUV | 93.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 137 | 0 | 0.89 | 0.36 | 0.16 | 324.32 | 0.8 | 0.47 |
| Hex | D6 | 18 | 89 | 0 | 59 | 24 | 10 | 144 | 50 | 2F |
| Octal | 326 | 30 | 211 | 0 | 131 | 44 | 20 | 504 | 120 | 57 |
| Binary | 11010110 | 11000 | 10001001 | 0 | 1011001 | 100100 | 10000 | 101000100 | 1010000 | 101111 |
Color Harmonies of #D61889
Complementary color
Monochromatic Colors of #D61889
Black with #D61889
Text Example
Text Example
White with #D61889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61889; }
p { color: rgb(214,24,137); }
H1.HeaderClassName
{
color: #D61889;
}
.AnyTagClassName
{
color: #D61889;
}
</style>
background-color css
<style>
a { background-color: #D61889; }
a { background-color: rgb(214,24,137); }
div.DivClassName
{
background-color: #D61889;
}
.BgClassName
{
background-color: #D61889;
}
</style>
border-color css
<style>
span { border-color: #D61889; }
span { border-color: rgb(214,24,137); }
td.TdClassName
{
border-color: #D61889;
}
.TagClassName
{
border-color: #D61889;
}
</style>