Shades of Violet #DF7FF0
Tints of Violet #DF7FF0
RGB
CMYK
RGB Variations
Color information
#DF7FF0 (or 0xDF7FF0) is known color: Violet. HEX triplet: DF, 7F and F0. RGB value is (223,127,240). Sum of RGB (Red+Green+Blue) = 223+127+240=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FF0 is #20800F. Grayscale: #A8A8A8. Windows color (decimal): -2129936 or 15761375. OLE color: 15761375.
HSL color Cylindrical-coordinate representation of color #DF7FF0: hue angle of 290.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7FF0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 127 | 240 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.06 |
| HSL | 290.97º | 0.79% | 0.72% | - |
| HSV(B) | 290.97º | 0.47% | 0.94% | - |
| XYZ | 53.75 | 37.16 | 86.78 | - |
| YUV | 168.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 240 | 0.07 | 0.47 | 0 | 0.06 | 290.97 | 0.79 | 0.72 |
| Hex | DF | 7F | F0 | 7 | 2F | 0 | 6 | 123 | 4F | 48 |
| Octal | 337 | 177 | 360 | 7 | 57 | 0 | 6 | 443 | 117 | 110 |
| Binary | 11011111 | 1111111 | 11110000 | 111 | 101111 | 0 | 110 | 100100011 | 1001111 | 1001000 |
Color Harmonies of #DF7FF0
Complementary color
Monochromatic Colors of #DF7FF0
Black with #DF7FF0
Text Example
Text Example
White with #DF7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FF0; }
p { color: rgb(223,127,240); }
H1.HeaderClassName
{
color: #DF7FF0;
}
.AnyTagClassName
{
color: #DF7FF0;
}
</style>
background-color css
<style>
a { background-color: #DF7FF0; }
a { background-color: rgb(223,127,240); }
div.DivClassName
{
background-color: #DF7FF0;
}
.BgClassName
{
background-color: #DF7FF0;
}
</style>
border-color css
<style>
span { border-color: #DF7FF0; }
span { border-color: rgb(223,127,240); }
td.TdClassName
{
border-color: #DF7FF0;
}
.TagClassName
{
border-color: #DF7FF0;
}
</style>