Shades of Violet #DF7FE6
Tints of Violet #DF7FE6
RGB
CMYK
RGB Variations
Color information
#DF7FE6 (or 0xDF7FE6) is known color: Violet. HEX triplet: DF, 7F and E6. RGB value is (223,127,230). Sum of RGB (Red+Green+Blue) = 223+127+230=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF7FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FE6 is #208019. Grayscale: #A7A7A7. Windows color (decimal): -2129946 or 15106015. OLE color: 15106015.
HSL color Cylindrical-coordinate representation of color #DF7FE6: hue angle of 295.92º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7FE6 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 127 | 230 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.10 |
| HSL | 295.92º | 0.67% | 0.7% | - |
| HSV(B) | 295.92º | 0.45% | 0.9% | - |
| XYZ | 52.3 | 36.58 | 79.17 | - |
| YUV | 167.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 230 | 0.03 | 0.45 | 0 | 0.10 | 295.92 | 0.67 | 0.7 |
| Hex | DF | 7F | E6 | 3 | 2D | 0 | A | 128 | 43 | 46 |
| Octal | 337 | 177 | 346 | 3 | 55 | 0 | 12 | 450 | 103 | 106 |
| Binary | 11011111 | 1111111 | 11100110 | 11 | 101101 | 0 | 1010 | 100101000 | 1000011 | 1000110 |
Color Harmonies of #DF7FE6
Complementary color
Monochromatic Colors of #DF7FE6
Black with #DF7FE6
Text Example
Text Example
White with #DF7FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FE6; }
p { color: rgb(223,127,230); }
H1.HeaderClassName
{
color: #DF7FE6;
}
.AnyTagClassName
{
color: #DF7FE6;
}
</style>
background-color css
<style>
a { background-color: #DF7FE6; }
a { background-color: rgb(223,127,230); }
div.DivClassName
{
background-color: #DF7FE6;
}
.BgClassName
{
background-color: #DF7FE6;
}
</style>
border-color css
<style>
span { border-color: #DF7FE6; }
span { border-color: rgb(223,127,230); }
td.TdClassName
{
border-color: #DF7FE6;
}
.TagClassName
{
border-color: #DF7FE6;
}
</style>