Shades of Medium Violet Red #D61274
Tints of Medium Violet Red #D61274
RGB
CMYK
RGB Variations
Color information
#D61274 (or 0xD61274) is known color: Medium Violet Red. HEX triplet: D6, 12 and 74. RGB value is (214,18,116). Sum of RGB (Red+Green+Blue) = 214+18+116=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D61274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61274 is #29ED8B. Grayscale: #575757. Windows color (decimal): -2747788 or 7606998. OLE color: 7606998.
HSL color Cylindrical-coordinate representation of color #D61274: hue angle of 330º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61274 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.16 |
| HSL | 330º | 0.84% | 0.45% | - |
| HSV(B) | 330º | 0.92% | 0.84% | - |
| XYZ | 31.1 | 15.99 | 17.97 | - |
| YUV | 87.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 116 | 0 | 0.92 | 0.46 | 0.16 | 330 | 0.84 | 0.45 |
| Hex | D6 | 12 | 74 | 0 | 5C | 2E | 10 | 14A | 54 | 2D |
| Octal | 326 | 22 | 164 | 0 | 134 | 56 | 20 | 512 | 124 | 55 |
| Binary | 11010110 | 10010 | 1110100 | 0 | 1011100 | 101110 | 10000 | 101001010 | 1010100 | 101101 |
Color Harmonies of #D61274
Complementary color
Monochromatic Colors of #D61274
Black with #D61274
Text Example
Text Example
White with #D61274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61274; }
p { color: rgb(214,18,116); }
H1.HeaderClassName
{
color: #D61274;
}
.AnyTagClassName
{
color: #D61274;
}
</style>
background-color css
<style>
a { background-color: #D61274; }
a { background-color: rgb(214,18,116); }
div.DivClassName
{
background-color: #D61274;
}
.BgClassName
{
background-color: #D61274;
}
</style>
border-color css
<style>
span { border-color: #D61274; }
span { border-color: rgb(214,18,116); }
td.TdClassName
{
border-color: #D61274;
}
.TagClassName
{
border-color: #D61274;
}
</style>