Shades of Violet #DF75E9
Tints of Violet #DF75E9
RGB
CMYK
RGB Variations
Color information
#DF75E9 (or 0xDF75E9) is known color: Violet. HEX triplet: DF, 75 and E9. RGB value is (223,117,233). Sum of RGB (Red+Green+Blue) = 223+117+233=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75E9 is #208A16. Grayscale: #A1A1A1. Windows color (decimal): -2132503 or 15300063. OLE color: 15300063.
HSL color Cylindrical-coordinate representation of color #DF75E9: hue angle of 294.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF75E9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 117 | 233 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.09 |
| HSL | 294.83º | 0.73% | 0.69% | - |
| HSV(B) | 294.83º | 0.5% | 0.91% | - |
| XYZ | 51.5 | 34.29 | 81 | - |
| YUV | 161.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 233 | 0.04 | 0.50 | 0 | 0.09 | 294.83 | 0.73 | 0.69 |
| Hex | DF | 75 | E9 | 4 | 32 | 0 | 9 | 127 | 48 | 45 |
| Octal | 337 | 165 | 351 | 4 | 62 | 0 | 11 | 447 | 110 | 105 |
| Binary | 11011111 | 1110101 | 11101001 | 100 | 110010 | 0 | 1001 | 100100111 | 1001000 | 1000101 |
Color Harmonies of #DF75E9
Complementary color
Monochromatic Colors of #DF75E9
Black with #DF75E9
Text Example
Text Example
White with #DF75E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75E9; }
p { color: rgb(223,117,233); }
H1.HeaderClassName
{
color: #DF75E9;
}
.AnyTagClassName
{
color: #DF75E9;
}
</style>
background-color css
<style>
a { background-color: #DF75E9; }
a { background-color: rgb(223,117,233); }
div.DivClassName
{
background-color: #DF75E9;
}
.BgClassName
{
background-color: #DF75E9;
}
</style>
border-color css
<style>
span { border-color: #DF75E9; }
span { border-color: rgb(223,117,233); }
td.TdClassName
{
border-color: #DF75E9;
}
.TagClassName
{
border-color: #DF75E9;
}
</style>