#DC7DEC

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

Shades of Violet #DC7DEC

Tints of Violet #DC7DEC

Color information

#DC7DEC (or 0xDC7DEC) is unknown color: approx 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

RGB220125236-
CMYK0.070.4700.07
HSL291.35º74.5%70.78%-
HSV(B)291.35º47.03%92.55%-
XYZ51.9935.9483.55-
YUV166.06167.47166.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=37.87%
G=21.51%
B=40.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201252360.070.4700.07291.3574.570.78
HexDC7DEC72F071234a47
Octal33417535475707443112107
Binary11011100111110111101100111101111011110010001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>