Shades of Violet #DC7DEC
Tints of Violet #DC7DEC
RGB
CMYK
RGB Variations
Color information
#DC7DEC (or 0xDC7DEC) is known color: Violet. HEX triplet: DC, 7D and EC. RGB value is (220,125,236). Sum of RGB (Red+Green+Blue) = 220+125+236=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DEC is #238213. Grayscale: #A5A5A5. Windows color (decimal): -2327060 or 15498716. OLE color: 15498716.
HSL color Cylindrical-coordinate representation of color #DC7DEC: hue angle of 291.35º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7DEC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 125 | 236 | - |
CMYK | 0.07 | 0.47 | 0 | 0.07 |
HSL | 291.35º | 0.74% | 0.71% | - |
HSV(B) | 291.35º | 0.47% | 0.93% | - |
XYZ | 51.99 | 35.94 | 83.55 | - |
YUV | 166.06 | 167.47 | 166.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 125 | 236 | 0.07 | 0.47 | 0 | 0.07 | 291.35 | 0.74 | 0.71 |
Hex | DC | 7D | EC | 7 | 2F | 0 | 7 | 123 | 4A | 47 |
Octal | 334 | 175 | 354 | 7 | 57 | 0 | 7 | 443 | 112 | 107 |
Binary | 11011100 | 1111101 | 11101100 | 111 | 101111 | 0 | 111 | 100100011 | 1001010 | 1000111 |
Color Harmonies of #DC7DEC
Complementary color
Monochromatic Colors of #DC7DEC
Black with #DC7DEC
Text Example
Text Example
White with #DC7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DEC; }
p { color: rgb(220,125,236); }
H1.HeaderClassName
{
color: #DC7DEC;
}
.AnyTagClassName
{
color: #DC7DEC;
}
</style>
background-color css
<style>
a { background-color: #DC7DEC; }
a { background-color: rgb(220,125,236); }
div.DivClassName
{
background-color: #DC7DEC;
}
.BgClassName
{
background-color: #DC7DEC;
}
</style>
border-color css
<style>
span { border-color: #DC7DEC; }
span { border-color: rgb(220,125,236); }
td.TdClassName
{
border-color: #DC7DEC;
}
.TagClassName
{
border-color: #DC7DEC;
}
</style>