Shades of Violet #DC7FEA
Tints of Violet #DC7FEA
RGB
CMYK
RGB Variations
Color information
#DC7FEA (or 0xDC7FEA) is known color: Violet. HEX triplet: DC, 7F and EA. RGB value is (220,127,234). Sum of RGB (Red+Green+Blue) = 220+127+234=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC7FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FEA is #238015. Grayscale: #A6A6A6. Windows color (decimal): -2326550 or 15368156. OLE color: 15368156.
HSL color Cylindrical-coordinate representation of color #DC7FEA: hue angle of 292.15º 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 #DC7FEA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 127 | 234 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.08 |
| HSL | 292.15º | 0.72% | 0.71% | - |
| HSV(B) | 292.15º | 0.46% | 0.92% | - |
| XYZ | 51.96 | 36.33 | 82.12 | - |
| YUV | 167.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 234 | 0.06 | 0.46 | 0 | 0.08 | 292.15 | 0.72 | 0.71 |
| Hex | DC | 7F | EA | 6 | 2E | 0 | 8 | 124 | 48 | 47 |
| Octal | 334 | 177 | 352 | 6 | 56 | 0 | 10 | 444 | 110 | 107 |
| Binary | 11011100 | 1111111 | 11101010 | 110 | 101110 | 0 | 1000 | 100100100 | 1001000 | 1000111 |
Color Harmonies of #DC7FEA
Complementary color
Monochromatic Colors of #DC7FEA
Black with #DC7FEA
Text Example
Text Example
White with #DC7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FEA; }
p { color: rgb(220,127,234); }
H1.HeaderClassName
{
color: #DC7FEA;
}
.AnyTagClassName
{
color: #DC7FEA;
}
</style>
background-color css
<style>
a { background-color: #DC7FEA; }
a { background-color: rgb(220,127,234); }
div.DivClassName
{
background-color: #DC7FEA;
}
.BgClassName
{
background-color: #DC7FEA;
}
</style>
border-color css
<style>
span { border-color: #DC7FEA; }
span { border-color: rgb(220,127,234); }
td.TdClassName
{
border-color: #DC7FEA;
}
.TagClassName
{
border-color: #DC7FEA;
}
</style>