Shades of Medium Violet Red #DF1383
Tints of Medium Violet Red #DF1383
RGB
CMYK
RGB Variations
Color information
#DF1383 (or 0xDF1383) is known color: Medium Violet Red. HEX triplet: DF, 13 and 83. RGB value is (223,19,131). Sum of RGB (Red+Green+Blue) = 223+19+131=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1383 is #20EC7C. Grayscale: #5C5C5C. Windows color (decimal): -2157693 or 8590303. OLE color: 8590303.
HSL color Cylindrical-coordinate representation of color #DF1383: hue angle of 327.06º 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 #DF1383 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 131 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.13 |
| HSL | 327.06º | 0.84% | 0.47% | - |
| HSV(B) | 327.06º | 0.91% | 0.87% | - |
| XYZ | 34.76 | 17.79 | 23.07 | - |
| YUV | 92.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 131 | 0 | 0.91 | 0.41 | 0.13 | 327.06 | 0.84 | 0.47 |
| Hex | DF | 13 | 83 | 0 | 5B | 29 | D | 147 | 54 | 2F |
| Octal | 337 | 23 | 203 | 0 | 133 | 51 | 15 | 507 | 124 | 57 |
| Binary | 11011111 | 10011 | 10000011 | 0 | 1011011 | 101001 | 1101 | 101000111 | 1010100 | 101111 |
Color Harmonies of #DF1383
Complementary color
Monochromatic Colors of #DF1383
Black with #DF1383
Text Example
Text Example
White with #DF1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1383; }
p { color: rgb(223,19,131); }
H1.HeaderClassName
{
color: #DF1383;
}
.AnyTagClassName
{
color: #DF1383;
}
</style>
background-color css
<style>
a { background-color: #DF1383; }
a { background-color: rgb(223,19,131); }
div.DivClassName
{
background-color: #DF1383;
}
.BgClassName
{
background-color: #DF1383;
}
</style>
border-color css
<style>
span { border-color: #DF1383; }
span { border-color: rgb(223,19,131); }
td.TdClassName
{
border-color: #DF1383;
}
.TagClassName
{
border-color: #DF1383;
}
</style>