Shades of Medium Violet Red #DD018A
Tints of Medium Violet Red #DD018A
RGB
CMYK
RGB Variations
Color information
#DD018A (or 0xDD018A) is known color: Medium Violet Red. HEX triplet: DD, 01 and 8A. RGB value is (221,1,138). Sum of RGB (Red+Green+Blue) = 221+1+138=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD018A is #22FE75. Grayscale: #525252. Windows color (decimal): -2293366 or 9044445. OLE color: 9044445.
HSL color Cylindrical-coordinate representation of color #DD018A: hue angle of 322.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD018A is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.13 |
| HSL | 322.64º | 0.99% | 0.44% | - |
| HSV(B) | 322.64º | 1% | 0.87% | - |
| XYZ | 34.42 | 17.23 | 25.56 | - |
| YUV | 82.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 138 | 0 | 1.00 | 0.38 | 0.13 | 322.64 | 0.99 | 0.44 |
| Hex | DD | 1 | 8A | 0 | 64 | 26 | D | 143 | 63 | 2C |
| Octal | 335 | 1 | 212 | 0 | 144 | 46 | 15 | 503 | 143 | 54 |
| Binary | 11011101 | 1 | 10001010 | 0 | 1100100 | 100110 | 1101 | 101000011 | 1100011 | 101100 |
Color Harmonies of #DD018A
Complementary color
Monochromatic Colors of #DD018A
Black with #DD018A
Text Example
Text Example
White with #DD018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD018A; }
p { color: rgb(221,1,138); }
H1.HeaderClassName
{
color: #DD018A;
}
.AnyTagClassName
{
color: #DD018A;
}
</style>
background-color css
<style>
a { background-color: #DD018A; }
a { background-color: rgb(221,1,138); }
div.DivClassName
{
background-color: #DD018A;
}
.BgClassName
{
background-color: #DD018A;
}
</style>
border-color css
<style>
span { border-color: #DD018A; }
span { border-color: rgb(221,1,138); }
td.TdClassName
{
border-color: #DD018A;
}
.TagClassName
{
border-color: #DD018A;
}
</style>