Shades of Medium Violet Red #D6047B
Tints of Medium Violet Red #D6047B
RGB
CMYK
RGB Variations
Color information
#D6047B (or 0xD6047B) is known color: Medium Violet Red. HEX triplet: D6, 04 and 7B. RGB value is (214,4,123). Sum of RGB (Red+Green+Blue) = 214+4+123=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6047B is #29FB84. Grayscale: #505050. Windows color (decimal): -2751365 or 8062166. OLE color: 8062166.
HSL color Cylindrical-coordinate representation of color #D6047B: hue angle of 326º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6047B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.16 |
| HSL | 326º | 0.96% | 0.43% | - |
| HSV(B) | 326º | 0.98% | 0.84% | - |
| XYZ | 31.35 | 15.81 | 20.14 | - |
| YUV | 80.36 | 152.07 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 123 | 0 | 0.98 | 0.43 | 0.16 | 326 | 0.96 | 0.43 |
| Hex | D6 | 4 | 7B | 0 | 62 | 2B | 10 | 146 | 60 | 2B |
| Octal | 326 | 4 | 173 | 0 | 142 | 53 | 20 | 506 | 140 | 53 |
| Binary | 11010110 | 100 | 1111011 | 0 | 1100010 | 101011 | 10000 | 101000110 | 1100000 | 101011 |
Color Harmonies of #D6047B
Complementary color
Monochromatic Colors of #D6047B
Black with #D6047B
Text Example
Text Example
White with #D6047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6047B; }
p { color: rgb(214,4,123); }
H1.HeaderClassName
{
color: #D6047B;
}
.AnyTagClassName
{
color: #D6047B;
}
</style>
background-color css
<style>
a { background-color: #D6047B; }
a { background-color: rgb(214,4,123); }
div.DivClassName
{
background-color: #D6047B;
}
.BgClassName
{
background-color: #D6047B;
}
</style>
border-color css
<style>
span { border-color: #D6047B; }
span { border-color: rgb(214,4,123); }
td.TdClassName
{
border-color: #D6047B;
}
.TagClassName
{
border-color: #D6047B;
}
</style>