Shades of Violet #DC7FE5
Tints of Violet #DC7FE5
RGB
CMYK
RGB Variations
Color information
#DC7FE5 (or 0xDC7FE5) is known color: Violet. HEX triplet: DC, 7F and E5. RGB value is (220,127,229). Sum of RGB (Red+Green+Blue) = 220+127+229=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FE5 is #23801A. Grayscale: #A6A6A6. Windows color (decimal): -2326555 or 15040476. OLE color: 15040476.
HSL color Cylindrical-coordinate representation of color #DC7FE5: hue angle of 294.71º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7FE5 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 127 | 229 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.10 |
| HSL | 294.71º | 0.66% | 0.7% | - |
| HSV(B) | 294.71º | 0.45% | 0.9% | - |
| XYZ | 51.25 | 36.05 | 78.39 | - |
| YUV | 166.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 229 | 0.04 | 0.45 | 0 | 0.10 | 294.71 | 0.66 | 0.7 |
| Hex | DC | 7F | E5 | 4 | 2D | 0 | A | 127 | 42 | 46 |
| Octal | 334 | 177 | 345 | 4 | 55 | 0 | 12 | 447 | 102 | 106 |
| Binary | 11011100 | 1111111 | 11100101 | 100 | 101101 | 0 | 1010 | 100100111 | 1000010 | 1000110 |
Color Harmonies of #DC7FE5
Complementary color
Monochromatic Colors of #DC7FE5
Black with #DC7FE5
Text Example
Text Example
White with #DC7FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FE5; }
p { color: rgb(220,127,229); }
H1.HeaderClassName
{
color: #DC7FE5;
}
.AnyTagClassName
{
color: #DC7FE5;
}
</style>
background-color css
<style>
a { background-color: #DC7FE5; }
a { background-color: rgb(220,127,229); }
div.DivClassName
{
background-color: #DC7FE5;
}
.BgClassName
{
background-color: #DC7FE5;
}
</style>
border-color css
<style>
span { border-color: #DC7FE5; }
span { border-color: rgb(220,127,229); }
td.TdClassName
{
border-color: #DC7FE5;
}
.TagClassName
{
border-color: #DC7FE5;
}
</style>