#DC84EF

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

Shades of Violet #DC84EF

Tints of Violet #DC84EF

Color information

#DC84EF (or 0xDC84EF) is unknown color: approx Violet. HEX triplet: DC, 84 and EF. RGB value is (220,132,239). Sum of RGB (Red+Green+Blue) = 220+132+239=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84EF is #237B10. Grayscale: #AAAAAA. Windows color (decimal): -2325265 or 15697116. OLE color: 15697116.

HSL color Cylindrical-coordinate representation of color #DC84EF: hue angle of 289.35º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC84EF is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220132239-
CMYK0.080.4500.06
HSL289.35º76.98%72.75%-
HSV(B)289.35º44.77%93.73%-
XYZ53.3537.9586.17-
YUV170.51166.65163.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=37.23%
G=22.34%
B=40.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201322390.080.4500.06289.3576.9872.75
HexDC84EF82D061214d49
Octal334204357105506441115111
Binary1101110010000100111011111000101101011010010000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84EF; }

 p { color: rgb(220,132,239); }

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

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

 a { background-color: rgb(220,132,239); }

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

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

 span { border-color: rgb(220,132,239); }

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