Shades of Violet #DF7FE8
Tints of Violet #DF7FE8
RGB
CMYK
RGB Variations
Color information
#DF7FE8 (or 0xDF7FE8) is known color: Violet. HEX triplet: DF, 7F and E8. RGB value is (223,127,232). Sum of RGB (Red+Green+Blue) = 223+127+232=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF7FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FE8 is #208017. Grayscale: #A7A7A7. Windows color (decimal): -2129944 or 15237087. OLE color: 15237087.
HSL color Cylindrical-coordinate representation of color #DF7FE8: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7FE8 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 127 | 232 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.09 |
| HSL | 294.86º | 0.7% | 0.7% | - |
| HSV(B) | 294.86º | 0.45% | 0.91% | - |
| XYZ | 52.59 | 36.69 | 80.65 | - |
| YUV | 167.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 232 | 0.04 | 0.45 | 0 | 0.09 | 294.86 | 0.7 | 0.7 |
| Hex | DF | 7F | E8 | 4 | 2D | 0 | 9 | 127 | 46 | 46 |
| Octal | 337 | 177 | 350 | 4 | 55 | 0 | 11 | 447 | 106 | 106 |
| Binary | 11011111 | 1111111 | 11101000 | 100 | 101101 | 0 | 1001 | 100100111 | 1000110 | 1000110 |
Color Harmonies of #DF7FE8
Complementary color
Monochromatic Colors of #DF7FE8
Black with #DF7FE8
Text Example
Text Example
White with #DF7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FE8; }
p { color: rgb(223,127,232); }
H1.HeaderClassName
{
color: #DF7FE8;
}
.AnyTagClassName
{
color: #DF7FE8;
}
</style>
background-color css
<style>
a { background-color: #DF7FE8; }
a { background-color: rgb(223,127,232); }
div.DivClassName
{
background-color: #DF7FE8;
}
.BgClassName
{
background-color: #DF7FE8;
}
</style>
border-color css
<style>
span { border-color: #DF7FE8; }
span { border-color: rgb(223,127,232); }
td.TdClassName
{
border-color: #DF7FE8;
}
.TagClassName
{
border-color: #DF7FE8;
}
</style>