Shades of Medium Violet Red #DD0F7D
Tints of Medium Violet Red #DD0F7D
RGB
CMYK
RGB Variations
Color information
#DD0F7D (or 0xDD0F7D) is known color: Medium Violet Red. HEX triplet: DD, 0F and 7D. RGB value is (221,15,125). Sum of RGB (Red+Green+Blue) = 221+15+125=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F7D is #22F082. Grayscale: #585858. Windows color (decimal): -2289795 or 8196061. OLE color: 8196061.
HSL color Cylindrical-coordinate representation of color #DD0F7D: hue angle of 327.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F7D is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 125 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.13 |
| HSL | 327.96º | 0.87% | 0.46% | - |
| HSV(B) | 327.96º | 0.93% | 0.87% | - |
| XYZ | 33.69 | 17.19 | 20.95 | - |
| YUV | 89.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 125 | 0 | 0.93 | 0.43 | 0.13 | 327.96 | 0.87 | 0.46 |
| Hex | DD | F | 7D | 0 | 5D | 2B | D | 148 | 57 | 2E |
| Octal | 335 | 17 | 175 | 0 | 135 | 53 | 15 | 510 | 127 | 56 |
| Binary | 11011101 | 1111 | 1111101 | 0 | 1011101 | 101011 | 1101 | 101001000 | 1010111 | 101110 |
Color Harmonies of #DD0F7D
Complementary color
Monochromatic Colors of #DD0F7D
Black with #DD0F7D
Text Example
Text Example
White with #DD0F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F7D; }
p { color: rgb(221,15,125); }
H1.HeaderClassName
{
color: #DD0F7D;
}
.AnyTagClassName
{
color: #DD0F7D;
}
</style>
background-color css
<style>
a { background-color: #DD0F7D; }
a { background-color: rgb(221,15,125); }
div.DivClassName
{
background-color: #DD0F7D;
}
.BgClassName
{
background-color: #DD0F7D;
}
</style>
border-color css
<style>
span { border-color: #DD0F7D; }
span { border-color: rgb(221,15,125); }
td.TdClassName
{
border-color: #DD0F7D;
}
.TagClassName
{
border-color: #DD0F7D;
}
</style>