#DC7DEA

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

Shades of Violet #DC7DEA

Tints of Violet #DC7DEA

Color information

#DC7DEA (or 0xDC7DEA) is unknown color: approx Violet. HEX triplet: DC, 7D and EA. RGB value is (220,125,234). Sum of RGB (Red+Green+Blue) = 220+125+234=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DEA is #238215. Grayscale: #A5A5A5. Windows color (decimal): -2327062 or 15367644. OLE color: 15367644.

HSL color Cylindrical-coordinate representation of color #DC7DEA: hue angle of 292.29º degrees, saturation: 0.72, 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 #DC7DEA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220125234-
CMYK0.060.4700.08
HSL292.29º72.19%70.39%-
HSV(B)292.29º46.58%91.76%-
XYZ51.735.8282.03-
YUV165.83166.47166.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 125 (49.22% from 255) = 21.59%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=38.00%
G=21.59%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201252340.060.4700.08292.2972.1970.39
HexDC7DEA62F081244846
Octal334175352657010444110106
Binary110111001111101111010101101011110100010010010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DEA; }

 p { color: rgb(220,125,234); }

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

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

 a { background-color: rgb(220,125,234); }

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

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

 span { border-color: rgb(220,125,234); }

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