#DC7DE9

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

Shades of Violet #DC7DE9

Tints of Violet #DC7DE9

Color information

#DC7DE9 (or 0xDC7DE9) is unknown color: approx Violet. HEX triplet: DC, 7D and E9. RGB value is (220,125,233). Sum of RGB (Red+Green+Blue) = 220+125+233=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC7DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DE9 is #238216. Grayscale: #A5A5A5. Windows color (decimal): -2327063 or 15302108. OLE color: 15302108.

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

Color convert

RGB220125233-
CMYK0.060.4600.09
HSL292.78º71.05%70.2%-
HSV(B)292.78º46.35%91.37%-
XYZ51.5635.7781.28-
YUV165.72165.97166.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 125 (49.22% from 255) = 21.63%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=38.06%
G=21.63%
B=40.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201252330.060.4600.09292.7871.0570.2
HexDC7DE962E091254746
Octal334175351656011445107106
Binary110111001111101111010011101011100100110010010110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DE9; }

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

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

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

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

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

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

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

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