Shades of Medium Violet Red #DD148F
Tints of Medium Violet Red #DD148F
RGB
CMYK
RGB Variations
Color information
#DD148F (or 0xDD148F) is known color: Medium Violet Red. HEX triplet: DD, 14 and 8F. RGB value is (221,20,143). Sum of RGB (Red+Green+Blue) = 221+20+143=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD148F is #22EB70. Grayscale: #5D5D5D. Windows color (decimal): -2288497 or 9376989. OLE color: 9376989.
HSL color Cylindrical-coordinate representation of color #DD148F: hue angle of 323.28º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD148F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 143 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.13 |
| HSL | 323.28º | 0.83% | 0.47% | - |
| HSV(B) | 323.28º | 0.91% | 0.87% | - |
| XYZ | 35.03 | 17.86 | 27.59 | - |
| YUV | 94.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 143 | 0 | 0.91 | 0.35 | 0.13 | 323.28 | 0.83 | 0.47 |
| Hex | DD | 14 | 8F | 0 | 5B | 23 | D | 143 | 53 | 2F |
| Octal | 335 | 24 | 217 | 0 | 133 | 43 | 15 | 503 | 123 | 57 |
| Binary | 11011101 | 10100 | 10001111 | 0 | 1011011 | 100011 | 1101 | 101000011 | 1010011 | 101111 |
Color Harmonies of #DD148F
Complementary color
Monochromatic Colors of #DD148F
Black with #DD148F
Text Example
Text Example
White with #DD148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD148F; }
p { color: rgb(221,20,143); }
H1.HeaderClassName
{
color: #DD148F;
}
.AnyTagClassName
{
color: #DD148F;
}
</style>
background-color css
<style>
a { background-color: #DD148F; }
a { background-color: rgb(221,20,143); }
div.DivClassName
{
background-color: #DD148F;
}
.BgClassName
{
background-color: #DD148F;
}
</style>
border-color css
<style>
span { border-color: #DD148F; }
span { border-color: rgb(221,20,143); }
td.TdClassName
{
border-color: #DD148F;
}
.TagClassName
{
border-color: #DD148F;
}
</style>