Shades of Violet #DF7BEB
Tints of Violet #DF7BEB
RGB
CMYK
RGB Variations
Color information
#DF7BEB (or 0xDF7BEB) is known color: Violet. HEX triplet: DF, 7B and EB. RGB value is (223,123,235). Sum of RGB (Red+Green+Blue) = 223+123+235=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7BEB is #208414. Grayscale: #A5A5A5. Windows color (decimal): -2130965 or 15432671. OLE color: 15432671.
HSL color Cylindrical-coordinate representation of color #DF7BEB: hue angle of 293.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7BEB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 123 | 235 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.08 |
| HSL | 293.57º | 0.74% | 0.7% | - |
| HSV(B) | 293.57º | 0.48% | 0.92% | - |
| XYZ | 52.51 | 35.85 | 82.75 | - |
| YUV | 165.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 235 | 0.05 | 0.48 | 0 | 0.08 | 293.57 | 0.74 | 0.7 |
| Hex | DF | 7B | EB | 5 | 30 | 0 | 8 | 126 | 4A | 46 |
| Octal | 337 | 173 | 353 | 5 | 60 | 0 | 10 | 446 | 112 | 106 |
| Binary | 11011111 | 1111011 | 11101011 | 101 | 110000 | 0 | 1000 | 100100110 | 1001010 | 1000110 |
Color Harmonies of #DF7BEB
Complementary color
Monochromatic Colors of #DF7BEB
Black with #DF7BEB
Text Example
Text Example
White with #DF7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BEB; }
p { color: rgb(223,123,235); }
H1.HeaderClassName
{
color: #DF7BEB;
}
.AnyTagClassName
{
color: #DF7BEB;
}
</style>
background-color css
<style>
a { background-color: #DF7BEB; }
a { background-color: rgb(223,123,235); }
div.DivClassName
{
background-color: #DF7BEB;
}
.BgClassName
{
background-color: #DF7BEB;
}
</style>
border-color css
<style>
span { border-color: #DF7BEB; }
span { border-color: rgb(223,123,235); }
td.TdClassName
{
border-color: #DF7BEB;
}
.TagClassName
{
border-color: #DF7BEB;
}
</style>