Shades of Medium Violet Red #DD008A
Tints of Medium Violet Red #DD008A
RGB
CMYK
RGB Variations
Color information
#DD008A (or 0xDD008A) is known color: Medium Violet Red. HEX triplet: DD, 00 and 8A. RGB value is (221,0,138). Sum of RGB (Red+Green+Blue) = 221+0+138=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD008A is #22FF75. Grayscale: #515151. Windows color (decimal): -2293622 or 9044189. OLE color: 9044189.
HSL color Cylindrical-coordinate representation of color #DD008A: hue angle of 322.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD008A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.38 | 0.13 |
| HSL | 322.53º | 1% | 0.43% | - |
| HSV(B) | 322.53º | 1% | 0.87% | - |
| XYZ | 34.41 | 17.21 | 25.55 | - |
| YUV | 81.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 138 | 0 | 1 | 0.38 | 0.13 | 322.53 | 1 | 0.43 |
| Hex | DD | 0 | 8A | 0 | 64 | 26 | D | 143 | 64 | 2B |
| Octal | 335 | 0 | 212 | 0 | 144 | 46 | 15 | 503 | 144 | 53 |
| Binary | 11011101 | 0 | 10001010 | 0 | 1100100 | 100110 | 1101 | 101000011 | 1100100 | 101011 |
Color Harmonies of #DD008A
Complementary color
Monochromatic Colors of #DD008A
Black with #DD008A
Text Example
Text Example
White with #DD008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD008A; }
p { color: rgb(221,0,138); }
H1.HeaderClassName
{
color: #DD008A;
}
.AnyTagClassName
{
color: #DD008A;
}
</style>
background-color css
<style>
a { background-color: #DD008A; }
a { background-color: rgb(221,0,138); }
div.DivClassName
{
background-color: #DD008A;
}
.BgClassName
{
background-color: #DD008A;
}
</style>
border-color css
<style>
span { border-color: #DD008A; }
span { border-color: rgb(221,0,138); }
td.TdClassName
{
border-color: #DD008A;
}
.TagClassName
{
border-color: #DD008A;
}
</style>