#DC85F9

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

Shades of Heliotrope #DC85F9

Tints of Heliotrope #DC85F9

Color information

#DC85F9 (or 0xDC85F9) is unknown color: approx Heliotrope. HEX triplet: DC, 85 and F9. RGB value is (220,133,249). Sum of RGB (Red+Green+Blue) = 220+133+249=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85F9 is #237A06. Grayscale: #ABABAB. Windows color (decimal): -2324999 or 16352732. OLE color: 16352732.

HSL color Cylindrical-coordinate representation of color #DC85F9: hue angle of 285º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC85F9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220133249-
CMYK0.120.4700.02
HSL285º90.62%74.9%-
HSV(B)285º46.59%97.65%-
XYZ5538.8394.22-
YUV172.24171.32162.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=36.54%
G=22.09%
B=41.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201332490.120.4700.0228590.6274.9
HexDC85F9C2F0211d5b4b
Octal334205371145702435133113
Binary110111001000010111111001110010111101010001110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC85F9; }

 p { color: rgb(220,133,249); }

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

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

 a { background-color: rgb(220,133,249); }

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

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

 span { border-color: rgb(220,133,249); }

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