Shades of Medium Violet Red #DD017E
Tints of Medium Violet Red #DD017E
RGB
CMYK
RGB Variations
Color information
#DD017E (or 0xDD017E) is known color: Medium Violet Red. HEX triplet: DD, 01 and 7E. RGB value is (221,1,126). Sum of RGB (Red+Green+Blue) = 221+1+126=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD017E is #22FE81. Grayscale: #505050. Windows color (decimal): -2293378 or 8258013. OLE color: 8258013.
HSL color Cylindrical-coordinate representation of color #DD017E: hue angle of 325.91º 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 #DD017E is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.13 |
| HSL | 325.91º | 0.99% | 0.44% | - |
| HSV(B) | 325.91º | 1% | 0.87% | - |
| XYZ | 33.6 | 16.9 | 21.23 | - |
| YUV | 81.03 | 153.39 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 126 | 0 | 1.00 | 0.43 | 0.13 | 325.91 | 0.99 | 0.44 |
| Hex | DD | 1 | 7E | 0 | 64 | 2B | D | 146 | 63 | 2C |
| Octal | 335 | 1 | 176 | 0 | 144 | 53 | 15 | 506 | 143 | 54 |
| Binary | 11011101 | 1 | 1111110 | 0 | 1100100 | 101011 | 1101 | 101000110 | 1100011 | 101100 |
Color Harmonies of #DD017E
Complementary color
Monochromatic Colors of #DD017E
Black with #DD017E
Text Example
Text Example
White with #DD017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD017E; }
p { color: rgb(221,1,126); }
H1.HeaderClassName
{
color: #DD017E;
}
.AnyTagClassName
{
color: #DD017E;
}
</style>
background-color css
<style>
a { background-color: #DD017E; }
a { background-color: rgb(221,1,126); }
div.DivClassName
{
background-color: #DD017E;
}
.BgClassName
{
background-color: #DD017E;
}
</style>
border-color css
<style>
span { border-color: #DD017E; }
span { border-color: rgb(221,1,126); }
td.TdClassName
{
border-color: #DD017E;
}
.TagClassName
{
border-color: #DD017E;
}
</style>