Shades of Medium Violet Red #DD1B8F
Tints of Medium Violet Red #DD1B8F
RGB
CMYK
RGB Variations
Color information
#DD1B8F (or 0xDD1B8F) is known color: Medium Violet Red. HEX triplet: DD, 1B and 8F. RGB value is (221,27,143). Sum of RGB (Red+Green+Blue) = 221+27+143=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B8F is #22E470. Grayscale: #616161. Windows color (decimal): -2286705 or 9378781. OLE color: 9378781.
HSL color Cylindrical-coordinate representation of color #DD1B8F: hue angle of 324.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B8F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 27 | 143 | - |
CMYK | 0 | 0.88 | 0.35 | 0.13 |
HSL | 324.12º | 0.78% | 0.49% | - |
HSV(B) | 324.12º | 0.88% | 0.87% | - |
XYZ | 35.17 | 18.14 | 27.63 | - |
YUV | 98.23 | 153.27 | 215.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 27 | 143 | 0 | 0.88 | 0.35 | 0.13 | 324.12 | 0.78 | 0.49 |
Hex | DD | 1B | 8F | 0 | 58 | 23 | D | 144 | 4E | 31 |
Octal | 335 | 33 | 217 | 0 | 130 | 43 | 15 | 504 | 116 | 61 |
Binary | 11011101 | 11011 | 10001111 | 0 | 1011000 | 100011 | 1101 | 101000100 | 1001110 | 110001 |
Color Harmonies of #DD1B8F
Complementary color
Monochromatic Colors of #DD1B8F
Black with #DD1B8F
Text Example
Text Example
White with #DD1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B8F; }
p { color: rgb(221,27,143); }
H1.HeaderClassName
{
color: #DD1B8F;
}
.AnyTagClassName
{
color: #DD1B8F;
}
</style>
background-color css
<style>
a { background-color: #DD1B8F; }
a { background-color: rgb(221,27,143); }
div.DivClassName
{
background-color: #DD1B8F;
}
.BgClassName
{
background-color: #DD1B8F;
}
</style>
border-color css
<style>
span { border-color: #DD1B8F; }
span { border-color: rgb(221,27,143); }
td.TdClassName
{
border-color: #DD1B8F;
}
.TagClassName
{
border-color: #DD1B8F;
}
</style>