Shades of Medium Violet Red #D9047F
Tints of Medium Violet Red #D9047F
RGB
CMYK
RGB Variations
Color information
#D9047F (or 0xD9047F) is known color: Medium Violet Red. HEX triplet: D9, 04 and 7F. RGB value is (217,4,127). Sum of RGB (Red+Green+Blue) = 217+4+127=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9047F is #26FB80. Grayscale: #515151. Windows color (decimal): -2554753 or 8324313. OLE color: 8324313.
HSL color Cylindrical-coordinate representation of color #D9047F: hue angle of 325.35º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9047F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.15 |
| HSL | 325.35º | 0.96% | 0.43% | - |
| HSV(B) | 325.35º | 0.98% | 0.85% | - |
| XYZ | 32.49 | 16.37 | 21.53 | - |
| YUV | 81.71 | 153.57 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 127 | 0 | 0.98 | 0.41 | 0.15 | 325.35 | 0.96 | 0.43 |
| Hex | D9 | 4 | 7F | 0 | 62 | 29 | F | 145 | 60 | 2B |
| Octal | 331 | 4 | 177 | 0 | 142 | 51 | 17 | 505 | 140 | 53 |
| Binary | 11011001 | 100 | 1111111 | 0 | 1100010 | 101001 | 1111 | 101000101 | 1100000 | 101011 |
Color Harmonies of #D9047F
Complementary color
Monochromatic Colors of #D9047F
Black with #D9047F
Text Example
Text Example
White with #D9047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9047F; }
p { color: rgb(217,4,127); }
H1.HeaderClassName
{
color: #D9047F;
}
.AnyTagClassName
{
color: #D9047F;
}
</style>
background-color css
<style>
a { background-color: #D9047F; }
a { background-color: rgb(217,4,127); }
div.DivClassName
{
background-color: #D9047F;
}
.BgClassName
{
background-color: #D9047F;
}
</style>
border-color css
<style>
span { border-color: #D9047F; }
span { border-color: rgb(217,4,127); }
td.TdClassName
{
border-color: #D9047F;
}
.TagClassName
{
border-color: #D9047F;
}
</style>