Shades of Violet #DF7CE8
Tints of Violet #DF7CE8
RGB
CMYK
RGB Variations
Color information
#DF7CE8 (or 0xDF7CE8) is known color: Violet. HEX triplet: DF, 7C and E8. RGB value is (223,124,232). Sum of RGB (Red+Green+Blue) = 223+124+232=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF7CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CE8 is #208317. Grayscale: #A5A5A5. Windows color (decimal): -2130712 or 15236319. OLE color: 15236319.
HSL color Cylindrical-coordinate representation of color #DF7CE8: hue angle of 295º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7CE8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 124 | 232 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.09 |
| HSL | 295º | 0.7% | 0.7% | - |
| HSV(B) | 295º | 0.47% | 0.91% | - |
| XYZ | 52.2 | 35.93 | 80.53 | - |
| YUV | 165.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 232 | 0.04 | 0.47 | 0 | 0.09 | 295 | 0.7 | 0.7 |
| Hex | DF | 7C | E8 | 4 | 2F | 0 | 9 | 127 | 46 | 46 |
| Octal | 337 | 174 | 350 | 4 | 57 | 0 | 11 | 447 | 106 | 106 |
| Binary | 11011111 | 1111100 | 11101000 | 100 | 101111 | 0 | 1001 | 100100111 | 1000110 | 1000110 |
Color Harmonies of #DF7CE8
Complementary color
Monochromatic Colors of #DF7CE8
Black with #DF7CE8
Text Example
Text Example
White with #DF7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CE8; }
p { color: rgb(223,124,232); }
H1.HeaderClassName
{
color: #DF7CE8;
}
.AnyTagClassName
{
color: #DF7CE8;
}
</style>
background-color css
<style>
a { background-color: #DF7CE8; }
a { background-color: rgb(223,124,232); }
div.DivClassName
{
background-color: #DF7CE8;
}
.BgClassName
{
background-color: #DF7CE8;
}
</style>
border-color css
<style>
span { border-color: #DF7CE8; }
span { border-color: rgb(223,124,232); }
td.TdClassName
{
border-color: #DF7CE8;
}
.TagClassName
{
border-color: #DF7CE8;
}
</style>