Shades of Medium Violet Red #D61884
Tints of Medium Violet Red #D61884
RGB
CMYK
RGB Variations
Color information
#D61884 (or 0xD61884) is known color: Medium Violet Red. HEX triplet: D6, 18 and 84. RGB value is (214,24,132). Sum of RGB (Red+Green+Blue) = 214+24+132=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D61884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61884 is #29E77B. Grayscale: #5C5C5C. Windows color (decimal): -2746236 or 8657110. OLE color: 8657110.
HSL color Cylindrical-coordinate representation of color #D61884: hue angle of 325.89º 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 #D61884 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 132 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.16 |
| HSL | 325.89º | 0.8% | 0.47% | - |
| HSV(B) | 325.89º | 0.89% | 0.84% | - |
| XYZ | 32.22 | 16.62 | 23.34 | - |
| YUV | 93.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 132 | 0 | 0.89 | 0.38 | 0.16 | 325.89 | 0.8 | 0.47 |
| Hex | D6 | 18 | 84 | 0 | 59 | 26 | 10 | 146 | 50 | 2F |
| Octal | 326 | 30 | 204 | 0 | 131 | 46 | 20 | 506 | 120 | 57 |
| Binary | 11010110 | 11000 | 10000100 | 0 | 1011001 | 100110 | 10000 | 101000110 | 1010000 | 101111 |
Color Harmonies of #D61884
Complementary color
Monochromatic Colors of #D61884
Black with #D61884
Text Example
Text Example
White with #D61884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61884; }
p { color: rgb(214,24,132); }
H1.HeaderClassName
{
color: #D61884;
}
.AnyTagClassName
{
color: #D61884;
}
</style>
background-color css
<style>
a { background-color: #D61884; }
a { background-color: rgb(214,24,132); }
div.DivClassName
{
background-color: #D61884;
}
.BgClassName
{
background-color: #D61884;
}
</style>
border-color css
<style>
span { border-color: #D61884; }
span { border-color: rgb(214,24,132); }
td.TdClassName
{
border-color: #D61884;
}
.TagClassName
{
border-color: #D61884;
}
</style>