Shades of Medium Violet Red #DF1387
Tints of Medium Violet Red #DF1387
RGB
CMYK
RGB Variations
Color information
#DF1387 (or 0xDF1387) is known color: Medium Violet Red. HEX triplet: DF, 13 and 87. RGB value is (223,19,135). Sum of RGB (Red+Green+Blue) = 223+19+135=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1387 is #20EC78. Grayscale: #5C5C5C. Windows color (decimal): -2157689 or 8852447. OLE color: 8852447.
HSL color Cylindrical-coordinate representation of color #DF1387: hue angle of 325.88º degrees, saturation: 0.84, 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 #DF1387 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.13 |
| HSL | 325.88º | 0.84% | 0.47% | - |
| HSV(B) | 325.88º | 0.91% | 0.87% | - |
| XYZ | 35.04 | 17.9 | 24.53 | - |
| YUV | 93.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 135 | 0 | 0.91 | 0.39 | 0.13 | 325.88 | 0.84 | 0.47 |
| Hex | DF | 13 | 87 | 0 | 5B | 27 | D | 146 | 54 | 2F |
| Octal | 337 | 23 | 207 | 0 | 133 | 47 | 15 | 506 | 124 | 57 |
| Binary | 11011111 | 10011 | 10000111 | 0 | 1011011 | 100111 | 1101 | 101000110 | 1010100 | 101111 |
Color Harmonies of #DF1387
Complementary color
Monochromatic Colors of #DF1387
Black with #DF1387
Text Example
Text Example
White with #DF1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1387; }
p { color: rgb(223,19,135); }
H1.HeaderClassName
{
color: #DF1387;
}
.AnyTagClassName
{
color: #DF1387;
}
</style>
background-color css
<style>
a { background-color: #DF1387; }
a { background-color: rgb(223,19,135); }
div.DivClassName
{
background-color: #DF1387;
}
.BgClassName
{
background-color: #DF1387;
}
</style>
border-color css
<style>
span { border-color: #DF1387; }
span { border-color: rgb(223,19,135); }
td.TdClassName
{
border-color: #DF1387;
}
.TagClassName
{
border-color: #DF1387;
}
</style>