#DF7DEC

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

Shades of Violet #DF7DEC

Tints of Violet #DF7DEC

Color information

#DF7DEC (or 0xDF7DEC) is unknown color: approx Violet. HEX triplet: DF, 7D and EC. RGB value is (223,125,236). Sum of RGB (Red+Green+Blue) = 223+125+236=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DEC is #208213. Grayscale: #A6A6A6. Windows color (decimal): -2130452 or 15498719. OLE color: 15498719.

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

Color convert

RGB223125236-
CMYK0.060.4700.07
HSL292.97º74.5%70.78%-
HSV(B)292.97º47.03%92.55%-
XYZ52.9136.4183.6-
YUV166.96166.97167.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 125 (49.22% from 255) = 21.40%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=38.18%
G=21.40%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2231252360.060.4700.07292.9774.570.78
HexDF7DEC62F071254a47
Octal33717535465707445112107
Binary11011111111110111101100110101111011110010010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DEC; }

 p { color: rgb(223,125,236); }

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

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

 a { background-color: rgb(223,125,236); }

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

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

 span { border-color: rgb(223,125,236); }

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