Shades of Violet #DF7EE5
Tints of Violet #DF7EE5
RGB
CMYK
RGB Variations
Color information
#DF7EE5 (or 0xDF7EE5) is known color: Violet. HEX triplet: DF, 7E and E5. RGB value is (223,126,229). Sum of RGB (Red+Green+Blue) = 223+126+229=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF7EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EE5 is #20811A. Grayscale: #A6A6A6. Windows color (decimal): -2130203 or 15040223. OLE color: 15040223.
HSL color Cylindrical-coordinate representation of color #DF7EE5: hue angle of 296.5º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7EE5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 126 | 229 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.10 |
| HSL | 296.5º | 0.66% | 0.7% | - |
| HSV(B) | 296.5º | 0.45% | 0.9% | - |
| XYZ | 52.04 | 36.27 | 78.39 | - |
| YUV | 166.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 229 | 0.03 | 0.45 | 0 | 0.10 | 296.5 | 0.66 | 0.7 |
| Hex | DF | 7E | E5 | 3 | 2D | 0 | A | 129 | 42 | 46 |
| Octal | 337 | 176 | 345 | 3 | 55 | 0 | 12 | 451 | 102 | 106 |
| Binary | 11011111 | 1111110 | 11100101 | 11 | 101101 | 0 | 1010 | 100101001 | 1000010 | 1000110 |
Color Harmonies of #DF7EE5
Complementary color
Monochromatic Colors of #DF7EE5
Black with #DF7EE5
Text Example
Text Example
White with #DF7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EE5; }
p { color: rgb(223,126,229); }
H1.HeaderClassName
{
color: #DF7EE5;
}
.AnyTagClassName
{
color: #DF7EE5;
}
</style>
background-color css
<style>
a { background-color: #DF7EE5; }
a { background-color: rgb(223,126,229); }
div.DivClassName
{
background-color: #DF7EE5;
}
.BgClassName
{
background-color: #DF7EE5;
}
</style>
border-color css
<style>
span { border-color: #DF7EE5; }
span { border-color: rgb(223,126,229); }
td.TdClassName
{
border-color: #DF7EE5;
}
.TagClassName
{
border-color: #DF7EE5;
}
</style>