Shades of Medium Violet Red #D61478
Tints of Medium Violet Red #D61478
RGB
CMYK
RGB Variations
Color information
#D61478 (or 0xD61478) is known color: Medium Violet Red. HEX triplet: D6, 14 and 78. RGB value is (214,20,120). Sum of RGB (Red+Green+Blue) = 214+20+120=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D61478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61478 is #29EB87. Grayscale: #595959. Windows color (decimal): -2747272 or 7869654. OLE color: 7869654.
HSL color Cylindrical-coordinate representation of color #D61478: hue angle of 329.07º 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 #D61478 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.16 |
| HSL | 329.07º | 0.83% | 0.46% | - |
| HSV(B) | 329.07º | 0.91% | 0.84% | - |
| XYZ | 31.37 | 16.15 | 19.23 | - |
| YUV | 89.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 120 | 0 | 0.91 | 0.44 | 0.16 | 329.07 | 0.83 | 0.46 |
| Hex | D6 | 14 | 78 | 0 | 5B | 2C | 10 | 149 | 53 | 2E |
| Octal | 326 | 24 | 170 | 0 | 133 | 54 | 20 | 511 | 123 | 56 |
| Binary | 11010110 | 10100 | 1111000 | 0 | 1011011 | 101100 | 10000 | 101001001 | 1010011 | 101110 |
Color Harmonies of #D61478
Complementary color
Monochromatic Colors of #D61478
Black with #D61478
Text Example
Text Example
White with #D61478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61478; }
p { color: rgb(214,20,120); }
H1.HeaderClassName
{
color: #D61478;
}
.AnyTagClassName
{
color: #D61478;
}
</style>
background-color css
<style>
a { background-color: #D61478; }
a { background-color: rgb(214,20,120); }
div.DivClassName
{
background-color: #D61478;
}
.BgClassName
{
background-color: #D61478;
}
</style>
border-color css
<style>
span { border-color: #D61478; }
span { border-color: rgb(214,20,120); }
td.TdClassName
{
border-color: #D61478;
}
.TagClassName
{
border-color: #D61478;
}
</style>