Shades of Violet #DF7DEA
Tints of Violet #DF7DEA
RGB
CMYK
RGB Variations
Color information
#DF7DEA (or 0xDF7DEA) is known color: Violet. HEX triplet: DF, 7D and EA. RGB value is (223,125,234). Sum of RGB (Red+Green+Blue) = 223+125+234=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DEA is #208215. Grayscale: #A6A6A6. Windows color (decimal): -2130454 or 15367647. OLE color: 15367647.
HSL color Cylindrical-coordinate representation of color #DF7DEA: hue angle of 293.94º degrees, saturation: 0.72, 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 #DF7DEA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 125 | 234 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.08 |
| HSL | 293.94º | 0.72% | 0.7% | - |
| HSV(B) | 293.94º | 0.47% | 0.92% | - |
| XYZ | 52.62 | 36.3 | 82.07 | - |
| YUV | 166.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 234 | 0.05 | 0.47 | 0 | 0.08 | 293.94 | 0.72 | 0.7 |
| Hex | DF | 7D | EA | 5 | 2F | 0 | 8 | 126 | 48 | 46 |
| Octal | 337 | 175 | 352 | 5 | 57 | 0 | 10 | 446 | 110 | 106 |
| Binary | 11011111 | 1111101 | 11101010 | 101 | 101111 | 0 | 1000 | 100100110 | 1001000 | 1000110 |
Color Harmonies of #DF7DEA
Complementary color
Monochromatic Colors of #DF7DEA
Black with #DF7DEA
Text Example
Text Example
White with #DF7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DEA; }
p { color: rgb(223,125,234); }
H1.HeaderClassName
{
color: #DF7DEA;
}
.AnyTagClassName
{
color: #DF7DEA;
}
</style>
background-color css
<style>
a { background-color: #DF7DEA; }
a { background-color: rgb(223,125,234); }
div.DivClassName
{
background-color: #DF7DEA;
}
.BgClassName
{
background-color: #DF7DEA;
}
</style>
border-color css
<style>
span { border-color: #DF7DEA; }
span { border-color: rgb(223,125,234); }
td.TdClassName
{
border-color: #DF7DEA;
}
.TagClassName
{
border-color: #DF7DEA;
}
</style>