Shades of Medium Violet Red #DD088F
Tints of Medium Violet Red #DD088F
RGB
CMYK
RGB Variations
Color information
#DD088F (or 0xDD088F) is known color: Medium Violet Red. HEX triplet: DD, 08 and 8F. RGB value is (221,8,143). Sum of RGB (Red+Green+Blue) = 221+8+143=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD088F is #22F770. Grayscale: #565656. Windows color (decimal): -2291569 or 9373917. OLE color: 9373917.
HSL color Cylindrical-coordinate representation of color #DD088F: hue angle of 321.97º 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 #DD088F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.13 |
| HSL | 321.97º | 0.93% | 0.45% | - |
| HSV(B) | 321.97º | 0.96% | 0.87% | - |
| XYZ | 34.86 | 17.53 | 27.53 | - |
| YUV | 87.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 143 | 0 | 0.96 | 0.35 | 0.13 | 321.97 | 0.93 | 0.45 |
| Hex | DD | 8 | 8F | 0 | 60 | 23 | D | 142 | 5D | 2D |
| Octal | 335 | 10 | 217 | 0 | 140 | 43 | 15 | 502 | 135 | 55 |
| Binary | 11011101 | 1000 | 10001111 | 0 | 1100000 | 100011 | 1101 | 101000010 | 1011101 | 101101 |
Color Harmonies of #DD088F
Complementary color
Monochromatic Colors of #DD088F
Black with #DD088F
Text Example
Text Example
White with #DD088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD088F; }
p { color: rgb(221,8,143); }
H1.HeaderClassName
{
color: #DD088F;
}
.AnyTagClassName
{
color: #DD088F;
}
</style>
background-color css
<style>
a { background-color: #DD088F; }
a { background-color: rgb(221,8,143); }
div.DivClassName
{
background-color: #DD088F;
}
.BgClassName
{
background-color: #DD088F;
}
</style>
border-color css
<style>
span { border-color: #DD088F; }
span { border-color: rgb(221,8,143); }
td.TdClassName
{
border-color: #DD088F;
}
.TagClassName
{
border-color: #DD088F;
}
</style>