Shades of Violet #DC7BEA
Tints of Violet #DC7BEA
RGB
CMYK
RGB Variations
Color information
#DC7BEA (or 0xDC7BEA) is known color: Violet. HEX triplet: DC, 7B and EA. RGB value is (220,123,234). Sum of RGB (Red+Green+Blue) = 220+123+234=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BEA is #238415. Grayscale: #A4A4A4. Windows color (decimal): -2327574 or 15367132. OLE color: 15367132.
HSL color Cylindrical-coordinate representation of color #DC7BEA: hue angle of 292.43º degrees, saturation: 0.73, 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 #DC7BEA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 123 | 234 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.08 |
| HSL | 292.43º | 0.73% | 0.7% | - |
| HSV(B) | 292.43º | 0.47% | 0.92% | - |
| XYZ | 51.45 | 35.32 | 81.95 | - |
| YUV | 164.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 234 | 0.06 | 0.47 | 0 | 0.08 | 292.43 | 0.73 | 0.7 |
| Hex | DC | 7B | EA | 6 | 2F | 0 | 8 | 124 | 49 | 46 |
| Octal | 334 | 173 | 352 | 6 | 57 | 0 | 10 | 444 | 111 | 106 |
| Binary | 11011100 | 1111011 | 11101010 | 110 | 101111 | 0 | 1000 | 100100100 | 1001001 | 1000110 |
Color Harmonies of #DC7BEA
Complementary color
Monochromatic Colors of #DC7BEA
Black with #DC7BEA
Text Example
Text Example
White with #DC7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BEA; }
p { color: rgb(220,123,234); }
H1.HeaderClassName
{
color: #DC7BEA;
}
.AnyTagClassName
{
color: #DC7BEA;
}
</style>
background-color css
<style>
a { background-color: #DC7BEA; }
a { background-color: rgb(220,123,234); }
div.DivClassName
{
background-color: #DC7BEA;
}
.BgClassName
{
background-color: #DC7BEA;
}
</style>
border-color css
<style>
span { border-color: #DC7BEA; }
span { border-color: rgb(220,123,234); }
td.TdClassName
{
border-color: #DC7BEA;
}
.TagClassName
{
border-color: #DC7BEA;
}
</style>