Shades of Medium Violet Red #DD087D
Tints of Medium Violet Red #DD087D
RGB
CMYK
RGB Variations
Color information
#DD087D (or 0xDD087D) is known color: Medium Violet Red. HEX triplet: DD, 08 and 7D. RGB value is (221,8,125). Sum of RGB (Red+Green+Blue) = 221+8+125=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD087D is #22F782. Grayscale: #545454. Windows color (decimal): -2291587 or 8194269. OLE color: 8194269.
HSL color Cylindrical-coordinate representation of color #DD087D: hue angle of 327.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD087D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 327.04º | 0.93% | 0.45% | - |
| HSV(B) | 327.04º | 0.96% | 0.87% | - |
| XYZ | 33.61 | 17.03 | 20.92 | - |
| YUV | 85.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 125 | 0 | 0.96 | 0.43 | 0.13 | 327.04 | 0.93 | 0.45 |
| Hex | DD | 8 | 7D | 0 | 60 | 2B | D | 147 | 5D | 2D |
| Octal | 335 | 10 | 175 | 0 | 140 | 53 | 15 | 507 | 135 | 55 |
| Binary | 11011101 | 1000 | 1111101 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DD087D
Complementary color
Monochromatic Colors of #DD087D
Black with #DD087D
Text Example
Text Example
White with #DD087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD087D; }
p { color: rgb(221,8,125); }
H1.HeaderClassName
{
color: #DD087D;
}
.AnyTagClassName
{
color: #DD087D;
}
</style>
background-color css
<style>
a { background-color: #DD087D; }
a { background-color: rgb(221,8,125); }
div.DivClassName
{
background-color: #DD087D;
}
.BgClassName
{
background-color: #DD087D;
}
</style>
border-color css
<style>
span { border-color: #DD087D; }
span { border-color: rgb(221,8,125); }
td.TdClassName
{
border-color: #DD087D;
}
.TagClassName
{
border-color: #DD087D;
}
</style>