Shades of Medium Violet Red #D61488
Tints of Medium Violet Red #D61488
RGB
CMYK
RGB Variations
Color information
#D61488 (or 0xD61488) is known color: Medium Violet Red. HEX triplet: D6, 14 and 88. RGB value is (214,20,136). Sum of RGB (Red+Green+Blue) = 214+20+136=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D61488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61488 is #29EB77. Grayscale: #5A5A5A. Windows color (decimal): -2747256 or 8918230. OLE color: 8918230.
HSL color Cylindrical-coordinate representation of color #D61488: hue angle of 324.12º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61488 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 136 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.16 |
| HSL | 324.12º | 0.83% | 0.46% | - |
| HSV(B) | 324.12º | 0.91% | 0.84% | - |
| XYZ | 32.43 | 16.57 | 24.78 | - |
| YUV | 91.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 136 | 0 | 0.91 | 0.36 | 0.16 | 324.12 | 0.83 | 0.46 |
| Hex | D6 | 14 | 88 | 0 | 5B | 24 | 10 | 144 | 53 | 2E |
| Octal | 326 | 24 | 210 | 0 | 133 | 44 | 20 | 504 | 123 | 56 |
| Binary | 11010110 | 10100 | 10001000 | 0 | 1011011 | 100100 | 10000 | 101000100 | 1010011 | 101110 |
Color Harmonies of #D61488
Complementary color
Monochromatic Colors of #D61488
Black with #D61488
Text Example
Text Example
White with #D61488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61488; }
p { color: rgb(214,20,136); }
H1.HeaderClassName
{
color: #D61488;
}
.AnyTagClassName
{
color: #D61488;
}
</style>
background-color css
<style>
a { background-color: #D61488; }
a { background-color: rgb(214,20,136); }
div.DivClassName
{
background-color: #D61488;
}
.BgClassName
{
background-color: #D61488;
}
</style>
border-color css
<style>
span { border-color: #D61488; }
span { border-color: rgb(214,20,136); }
td.TdClassName
{
border-color: #D61488;
}
.TagClassName
{
border-color: #D61488;
}
</style>