Shades of Violet #DF7CEB
Tints of Violet #DF7CEB
RGB
CMYK
RGB Variations
Color information
#DF7CEB (or 0xDF7CEB) is known color: Violet. HEX triplet: DF, 7C and EB. RGB value is (223,124,235). Sum of RGB (Red+Green+Blue) = 223+124+235=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CEB is #208314. Grayscale: #A5A5A5. Windows color (decimal): -2130709 or 15432927. OLE color: 15432927.
HSL color Cylindrical-coordinate representation of color #DF7CEB: hue angle of 293.51º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7CEB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 124 | 235 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.08 |
| HSL | 293.51º | 0.74% | 0.7% | - |
| HSV(B) | 293.51º | 0.47% | 0.92% | - |
| XYZ | 52.63 | 36.1 | 82.79 | - |
| YUV | 166.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 235 | 0.05 | 0.47 | 0 | 0.08 | 293.51 | 0.74 | 0.7 |
| Hex | DF | 7C | EB | 5 | 2F | 0 | 8 | 126 | 4A | 46 |
| Octal | 337 | 174 | 353 | 5 | 57 | 0 | 10 | 446 | 112 | 106 |
| Binary | 11011111 | 1111100 | 11101011 | 101 | 101111 | 0 | 1000 | 100100110 | 1001010 | 1000110 |
Color Harmonies of #DF7CEB
Complementary color
Monochromatic Colors of #DF7CEB
Black with #DF7CEB
Text Example
Text Example
White with #DF7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CEB; }
p { color: rgb(223,124,235); }
H1.HeaderClassName
{
color: #DF7CEB;
}
.AnyTagClassName
{
color: #DF7CEB;
}
</style>
background-color css
<style>
a { background-color: #DF7CEB; }
a { background-color: rgb(223,124,235); }
div.DivClassName
{
background-color: #DF7CEB;
}
.BgClassName
{
background-color: #DF7CEB;
}
</style>
border-color css
<style>
span { border-color: #DF7CEB; }
span { border-color: rgb(223,124,235); }
td.TdClassName
{
border-color: #DF7CEB;
}
.TagClassName
{
border-color: #DF7CEB;
}
</style>