#DC81EE

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

Shades of Violet #DC81EE

Tints of Violet #DC81EE

Color information

#DC81EE (or 0xDC81EE) is unknown color: approx Violet. HEX triplet: DC, 81 and EE. RGB value is (220,129,238). Sum of RGB (Red+Green+Blue) = 220+129+238=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC81EE is #237E11. Grayscale: #A8A8A8. Windows color (decimal): -2326034 or 15630812. OLE color: 15630812.

HSL color Cylindrical-coordinate representation of color #DC81EE: hue angle of 290.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC81EE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220129238-
CMYK0.080.4600.07
HSL290.09º76.22%71.96%-
HSV(B)290.09º45.8%93.33%-
XYZ52.837.0985.27-
YUV168.64167.15164.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=37.48%
G=21.98%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201292380.080.4600.07290.0976.2271.96
HexDC81EE82E071224c48
Octal334201356105607442114110
Binary1101110010000001111011101000101110011110010001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81EE; }

 p { color: rgb(220,129,238); }

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

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

 a { background-color: rgb(220,129,238); }

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

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

 span { border-color: rgb(220,129,238); }

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