#DC7EE7

Color #DC7EE7 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DC7EE7

Tints of Violet #DC7EE7

Color information

#DC7EE7 (or 0xDC7EE7) is unknown color: approx Violet. HEX triplet: DC, 7E and E7. RGB value is (220,126,231). Sum of RGB (Red+Green+Blue) = 220+126+231=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC7EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EE7 is #238118. Grayscale: #A5A5A5. Windows color (decimal): -2326809 or 15171292. OLE color: 15171292.

HSL color Cylindrical-coordinate representation of color #DC7EE7: hue angle of 293.71º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7EE7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220126231-
CMYK0.050.4500.09
HSL293.71º68.63%70%-
HSV(B)293.71º45.45%90.59%-
XYZ51.435.9179.82-
YUV166.08164.64166.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 126 (49.61% from 255) = 21.84%
BLUE value IS 231 (90.62% from 255) = 40.03%
R=38.13%
G=21.84%
B=40.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201262310.050.4500.09293.7168.6370
HexDC7EE752D091264546
Octal334176347555011446105106
Binary110111001111110111001111011011010100110010011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7EE7; }

 p { color: rgb(220,126,231); }

 H1.HeaderClassName
 {
   color: #DC7EE7;
 }
 .AnyTagClassName
 {
   color: #DC7EE7;
 }
</style>
background-color css

<style>
 a { background-color: #DC7EE7; }

 a { background-color: rgb(220,126,231); }

 div.DivClassName
 {
   background-color: #DC7EE7;
 }
 .BgClassName
 {
   background-color: #DC7EE7;
 }
</style>
border-color css

<style>
 span { border-color: #DC7EE7; }

 span { border-color: rgb(220,126,231); }

 td.TdClassName
 {
   border-color: #DC7EE7;
 }
 .TagClassName
 {
   border-color: #DC7EE7;
 }
</style>