Shades of Medium Violet Red #DF038B
Tints of Medium Violet Red #DF038B
RGB
CMYK
RGB Variations
Color information
#DF038B (or 0xDF038B) is known color: Medium Violet Red. HEX triplet: DF, 03 and 8B. RGB value is (223,3,139). Sum of RGB (Red+Green+Blue) = 223+3+139=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF038B is #20FC74. Grayscale: #535353. Windows color (decimal): -2161781 or 9110495. OLE color: 9110495.
HSL color Cylindrical-coordinate representation of color #DF038B: hue angle of 322.91º degrees, saturation: 0.97, 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 #DF038B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.13 |
| HSL | 322.91º | 0.97% | 0.44% | - |
| HSV(B) | 322.91º | 0.99% | 0.87% | - |
| XYZ | 35.12 | 17.62 | 25.98 | - |
| YUV | 84.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 139 | 0 | 0.99 | 0.38 | 0.13 | 322.91 | 0.97 | 0.44 |
| Hex | DF | 3 | 8B | 0 | 63 | 26 | D | 143 | 61 | 2C |
| Octal | 337 | 3 | 213 | 0 | 143 | 46 | 15 | 503 | 141 | 54 |
| Binary | 11011111 | 11 | 10001011 | 0 | 1100011 | 100110 | 1101 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DF038B
Complementary color
Monochromatic Colors of #DF038B
Black with #DF038B
Text Example
Text Example
White with #DF038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF038B; }
p { color: rgb(223,3,139); }
H1.HeaderClassName
{
color: #DF038B;
}
.AnyTagClassName
{
color: #DF038B;
}
</style>
background-color css
<style>
a { background-color: #DF038B; }
a { background-color: rgb(223,3,139); }
div.DivClassName
{
background-color: #DF038B;
}
.BgClassName
{
background-color: #DF038B;
}
</style>
border-color css
<style>
span { border-color: #DF038B; }
span { border-color: rgb(223,3,139); }
td.TdClassName
{
border-color: #DF038B;
}
.TagClassName
{
border-color: #DF038B;
}
</style>