Shades of Medium Violet Red #D61B8D
Tints of Medium Violet Red #D61B8D
RGB
CMYK
RGB Variations
Color information
#D61B8D (or 0xD61B8D) is known color: Medium Violet Red. HEX triplet: D6, 1B and 8D. RGB value is (214,27,141). Sum of RGB (Red+Green+Blue) = 214+27+141=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B8D is #29E472. Grayscale: #5F5F5F. Windows color (decimal): -2745459 or 9247702. OLE color: 9247702.
HSL color Cylindrical-coordinate representation of color #D61B8D: hue angle of 323.42º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B8D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 141 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.16 |
| HSL | 323.42º | 0.78% | 0.47% | - |
| HSV(B) | 323.42º | 0.87% | 0.84% | - |
| XYZ | 32.93 | 17 | 26.75 | - |
| YUV | 95.91 | 153.45 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 141 | 0 | 0.87 | 0.34 | 0.16 | 323.42 | 0.78 | 0.47 |
| Hex | D6 | 1B | 8D | 0 | 57 | 22 | 10 | 143 | 4E | 2F |
| Octal | 326 | 33 | 215 | 0 | 127 | 42 | 20 | 503 | 116 | 57 |
| Binary | 11010110 | 11011 | 10001101 | 0 | 1010111 | 100010 | 10000 | 101000011 | 1001110 | 101111 |
Color Harmonies of #D61B8D
Complementary color
Monochromatic Colors of #D61B8D
Black with #D61B8D
Text Example
Text Example
White with #D61B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B8D; }
p { color: rgb(214,27,141); }
H1.HeaderClassName
{
color: #D61B8D;
}
.AnyTagClassName
{
color: #D61B8D;
}
</style>
background-color css
<style>
a { background-color: #D61B8D; }
a { background-color: rgb(214,27,141); }
div.DivClassName
{
background-color: #D61B8D;
}
.BgClassName
{
background-color: #D61B8D;
}
</style>
border-color css
<style>
span { border-color: #D61B8D; }
span { border-color: rgb(214,27,141); }
td.TdClassName
{
border-color: #D61B8D;
}
.TagClassName
{
border-color: #D61B8D;
}
</style>