Shades of Violet #DF7CE5
Tints of Violet #DF7CE5
RGB
CMYK
RGB Variations
Color information
#DF7CE5 (or 0xDF7CE5) is known color: Violet. HEX triplet: DF, 7C and E5. RGB value is (223,124,229). Sum of RGB (Red+Green+Blue) = 223+124+229=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CE5 is #20831A. Grayscale: #A5A5A5. Windows color (decimal): -2130715 or 15039711. OLE color: 15039711.
HSL color Cylindrical-coordinate representation of color #DF7CE5: hue angle of 296.57º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7CE5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 124 | 229 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.10 |
| HSL | 296.57º | 0.67% | 0.69% | - |
| HSV(B) | 296.57º | 0.46% | 0.9% | - |
| XYZ | 51.78 | 35.76 | 78.3 | - |
| YUV | 165.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 229 | 0.03 | 0.46 | 0 | 0.10 | 296.57 | 0.67 | 0.69 |
| Hex | DF | 7C | E5 | 3 | 2E | 0 | A | 129 | 43 | 45 |
| Octal | 337 | 174 | 345 | 3 | 56 | 0 | 12 | 451 | 103 | 105 |
| Binary | 11011111 | 1111100 | 11100101 | 11 | 101110 | 0 | 1010 | 100101001 | 1000011 | 1000101 |
Color Harmonies of #DF7CE5
Complementary color
Monochromatic Colors of #DF7CE5
Black with #DF7CE5
Text Example
Text Example
White with #DF7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CE5; }
p { color: rgb(223,124,229); }
H1.HeaderClassName
{
color: #DF7CE5;
}
.AnyTagClassName
{
color: #DF7CE5;
}
</style>
background-color css
<style>
a { background-color: #DF7CE5; }
a { background-color: rgb(223,124,229); }
div.DivClassName
{
background-color: #DF7CE5;
}
.BgClassName
{
background-color: #DF7CE5;
}
</style>
border-color css
<style>
span { border-color: #DF7CE5; }
span { border-color: rgb(223,124,229); }
td.TdClassName
{
border-color: #DF7CE5;
}
.TagClassName
{
border-color: #DF7CE5;
}
</style>