Shades of Medium Violet Red #D61897
Tints of Medium Violet Red #D61897
RGB
CMYK
RGB Variations
Color information
#D61897 (or 0xD61897) is known color: Medium Violet Red. HEX triplet: D6, 18 and 97. RGB value is (214,24,151). Sum of RGB (Red+Green+Blue) = 214+24+151=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D61897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61897 is #29E768. Grayscale: #5E5E5E. Windows color (decimal): -2746217 or 9902294. OLE color: 9902294.
HSL color Cylindrical-coordinate representation of color #D61897: hue angle of 319.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 #D61897 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 151 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.16 |
| HSL | 319.89º | 0.8% | 0.47% | - |
| HSV(B) | 319.89º | 0.89% | 0.84% | - |
| XYZ | 33.64 | 17.18 | 30.82 | - |
| YUV | 95.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 151 | 0 | 0.89 | 0.29 | 0.16 | 319.89 | 0.8 | 0.47 |
| Hex | D6 | 18 | 97 | 0 | 59 | 1D | 10 | 140 | 50 | 2F |
| Octal | 326 | 30 | 227 | 0 | 131 | 35 | 20 | 500 | 120 | 57 |
| Binary | 11010110 | 11000 | 10010111 | 0 | 1011001 | 11101 | 10000 | 101000000 | 1010000 | 101111 |
Color Harmonies of #D61897
Complementary color
Monochromatic Colors of #D61897
Black with #D61897
Text Example
Text Example
White with #D61897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61897; }
p { color: rgb(214,24,151); }
H1.HeaderClassName
{
color: #D61897;
}
.AnyTagClassName
{
color: #D61897;
}
</style>
background-color css
<style>
a { background-color: #D61897; }
a { background-color: rgb(214,24,151); }
div.DivClassName
{
background-color: #D61897;
}
.BgClassName
{
background-color: #D61897;
}
</style>
border-color css
<style>
span { border-color: #D61897; }
span { border-color: rgb(214,24,151); }
td.TdClassName
{
border-color: #D61897;
}
.TagClassName
{
border-color: #D61897;
}
</style>