Shades of Medium Violet Red #DD028B
Tints of Medium Violet Red #DD028B
RGB
CMYK
RGB Variations
Color information
#DD028B (or 0xDD028B) is known color: Medium Violet Red. HEX triplet: DD, 02 and 8B. RGB value is (221,2,139). Sum of RGB (Red+Green+Blue) = 221+2+139=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD028B is #22FD74. Grayscale: #525252. Windows color (decimal): -2293109 or 9110237. OLE color: 9110237.
HSL color Cylindrical-coordinate representation of color #DD028B: hue angle of 322.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD028B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.13 |
| HSL | 322.47º | 0.98% | 0.44% | - |
| HSV(B) | 322.47º | 0.99% | 0.87% | - |
| XYZ | 34.5 | 17.28 | 25.94 | - |
| YUV | 83.1 | 159.55 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 139 | 0 | 0.99 | 0.37 | 0.13 | 322.47 | 0.98 | 0.44 |
| Hex | DD | 2 | 8B | 0 | 63 | 25 | D | 142 | 62 | 2C |
| Octal | 335 | 2 | 213 | 0 | 143 | 45 | 15 | 502 | 142 | 54 |
| Binary | 11011101 | 10 | 10001011 | 0 | 1100011 | 100101 | 1101 | 101000010 | 1100010 | 101100 |
Color Harmonies of #DD028B
Complementary color
Monochromatic Colors of #DD028B
Black with #DD028B
Text Example
Text Example
White with #DD028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD028B; }
p { color: rgb(221,2,139); }
H1.HeaderClassName
{
color: #DD028B;
}
.AnyTagClassName
{
color: #DD028B;
}
</style>
background-color css
<style>
a { background-color: #DD028B; }
a { background-color: rgb(221,2,139); }
div.DivClassName
{
background-color: #DD028B;
}
.BgClassName
{
background-color: #DD028B;
}
</style>
border-color css
<style>
span { border-color: #DD028B; }
span { border-color: rgb(221,2,139); }
td.TdClassName
{
border-color: #DD028B;
}
.TagClassName
{
border-color: #DD028B;
}
</style>