#DC81EF

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

Shades of Heliotrope #DC81EF

Tints of Heliotrope #DC81EF

Color information

#DC81EF (or 0xDC81EF) is unknown color: approx Heliotrope. HEX triplet: DC, 81 and EF. RGB value is (220,129,239). Sum of RGB (Red+Green+Blue) = 220+129+239=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC81EF is #237E10. Grayscale: #A8A8A8. Windows color (decimal): -2326033 or 15696348. OLE color: 15696348.

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

Color convert

RGB220129239-
CMYK0.080.4600.06
HSL289.64º77.46%72.16%-
HSV(B)289.64º46.03%93.73%-
XYZ52.9537.1586.04-
YUV168.75167.65164.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 129 (50.78% from 255) = 21.94%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=37.41%
G=21.94%
B=40.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201292390.080.4600.06289.6477.4672.16
HexDC81EF82E061224d48
Octal334201357105606442115110
Binary1101110010000001111011111000101110011010010001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81EF; }

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

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

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

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

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

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

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

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