Shades of Violet #DC7EEA
Tints of Violet #DC7EEA
RGB
CMYK
RGB Variations
Color information
#DC7EEA (or 0xDC7EEA) is known color: Violet. HEX triplet: DC, 7E and EA. RGB value is (220,126,234). Sum of RGB (Red+Green+Blue) = 220+126+234=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EEA is #238115. Grayscale: #A6A6A6. Windows color (decimal): -2326806 or 15367900. OLE color: 15367900.
HSL color Cylindrical-coordinate representation of color #DC7EEA: hue angle of 292.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7EEA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 126 | 234 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.08 |
| HSL | 292.22º | 0.72% | 0.71% | - |
| HSV(B) | 292.22º | 0.46% | 0.92% | - |
| XYZ | 51.83 | 36.08 | 82.07 | - |
| YUV | 166.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 234 | 0.06 | 0.46 | 0 | 0.08 | 292.22 | 0.72 | 0.71 |
| Hex | DC | 7E | EA | 6 | 2E | 0 | 8 | 124 | 48 | 47 |
| Octal | 334 | 176 | 352 | 6 | 56 | 0 | 10 | 444 | 110 | 107 |
| Binary | 11011100 | 1111110 | 11101010 | 110 | 101110 | 0 | 1000 | 100100100 | 1001000 | 1000111 |
Color Harmonies of #DC7EEA
Complementary color
Monochromatic Colors of #DC7EEA
Black with #DC7EEA
Text Example
Text Example
White with #DC7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EEA; }
p { color: rgb(220,126,234); }
H1.HeaderClassName
{
color: #DC7EEA;
}
.AnyTagClassName
{
color: #DC7EEA;
}
</style>
background-color css
<style>
a { background-color: #DC7EEA; }
a { background-color: rgb(220,126,234); }
div.DivClassName
{
background-color: #DC7EEA;
}
.BgClassName
{
background-color: #DC7EEA;
}
</style>
border-color css
<style>
span { border-color: #DC7EEA; }
span { border-color: rgb(220,126,234); }
td.TdClassName
{
border-color: #DC7EEA;
}
.TagClassName
{
border-color: #DC7EEA;
}
</style>