Shades of Medium Violet Red #DF1695
Tints of Medium Violet Red #DF1695
RGB
CMYK
RGB Variations
Color information
#DF1695 (or 0xDF1695) is known color: Medium Violet Red. HEX triplet: DF, 16 and 95. RGB value is (223,22,149). Sum of RGB (Red+Green+Blue) = 223+22+149=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1695 is #20E96A. Grayscale: #606060. Windows color (decimal): -2156907 or 9770719. OLE color: 9770719.
HSL color Cylindrical-coordinate representation of color #DF1695: hue angle of 322.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1695 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.13 |
| HSL | 322.09º | 0.82% | 0.48% | - |
| HSV(B) | 322.09º | 0.9% | 0.87% | - |
| XYZ | 36.14 | 18.43 | 30.09 | - |
| YUV | 96.58 | 157.59 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 149 | 0 | 0.90 | 0.33 | 0.13 | 322.09 | 0.82 | 0.48 |
| Hex | DF | 16 | 95 | 0 | 5A | 21 | D | 142 | 52 | 30 |
| Octal | 337 | 26 | 225 | 0 | 132 | 41 | 15 | 502 | 122 | 60 |
| Binary | 11011111 | 10110 | 10010101 | 0 | 1011010 | 100001 | 1101 | 101000010 | 1010010 | 110000 |
Color Harmonies of #DF1695
Complementary color
Monochromatic Colors of #DF1695
Black with #DF1695
Text Example
Text Example
White with #DF1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1695; }
p { color: rgb(223,22,149); }
H1.HeaderClassName
{
color: #DF1695;
}
.AnyTagClassName
{
color: #DF1695;
}
</style>
background-color css
<style>
a { background-color: #DF1695; }
a { background-color: rgb(223,22,149); }
div.DivClassName
{
background-color: #DF1695;
}
.BgClassName
{
background-color: #DF1695;
}
</style>
border-color css
<style>
span { border-color: #DF1695; }
span { border-color: rgb(223,22,149); }
td.TdClassName
{
border-color: #DF1695;
}
.TagClassName
{
border-color: #DF1695;
}
</style>