Shades of Violet #DF7BE7
Tints of Violet #DF7BE7
RGB
CMYK
RGB Variations
Color information
#DF7BE7 (or 0xDF7BE7) is known color: Violet. HEX triplet: DF, 7B and E7. RGB value is (223,123,231). Sum of RGB (Red+Green+Blue) = 223+123+231=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7BE7 is #208418. Grayscale: #A4A4A4. Windows color (decimal): -2130969 or 15170527. OLE color: 15170527.
HSL color Cylindrical-coordinate representation of color #DF7BE7: hue angle of 295.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7BE7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 123 | 231 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.09 |
| HSL | 295.56º | 0.69% | 0.69% | - |
| HSV(B) | 295.56º | 0.47% | 0.91% | - |
| XYZ | 51.94 | 35.62 | 79.74 | - |
| YUV | 165.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 231 | 0.03 | 0.47 | 0 | 0.09 | 295.56 | 0.69 | 0.69 |
| Hex | DF | 7B | E7 | 3 | 2F | 0 | 9 | 128 | 45 | 45 |
| Octal | 337 | 173 | 347 | 3 | 57 | 0 | 11 | 450 | 105 | 105 |
| Binary | 11011111 | 1111011 | 11100111 | 11 | 101111 | 0 | 1001 | 100101000 | 1000101 | 1000101 |
Color Harmonies of #DF7BE7
Complementary color
Monochromatic Colors of #DF7BE7
Black with #DF7BE7
Text Example
Text Example
White with #DF7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BE7; }
p { color: rgb(223,123,231); }
H1.HeaderClassName
{
color: #DF7BE7;
}
.AnyTagClassName
{
color: #DF7BE7;
}
</style>
background-color css
<style>
a { background-color: #DF7BE7; }
a { background-color: rgb(223,123,231); }
div.DivClassName
{
background-color: #DF7BE7;
}
.BgClassName
{
background-color: #DF7BE7;
}
</style>
border-color css
<style>
span { border-color: #DF7BE7; }
span { border-color: rgb(223,123,231); }
td.TdClassName
{
border-color: #DF7BE7;
}
.TagClassName
{
border-color: #DF7BE7;
}
</style>