#DC89FF

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

Shades of Heliotrope #DC89FF

Tints of Heliotrope #DC89FF

Color information

#DC89FF (or 0xDC89FF) is unknown color: approx Heliotrope. HEX triplet: DC, 89 and FF. RGB value is (220,137,255). Sum of RGB (Red+Green+Blue) = 220+137+255=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 137 (53.91% from 255 or 22.39% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89FF is #237600. Grayscale: #AEAEAE. Windows color (decimal): -2323969 or 16746972. OLE color: 16746972.

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

Color convert

RGB220137255-
CMYK0.140.4600
HSL282.2º100%76.86%-
HSV(B)282.2º46.27%100%-
XYZ56.5140.3399.41-
YUV175.27173159.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 137 (53.91% from 255) = 22.39%
BLUE value IS 255 (100% from 255) = 41.67%
R=35.95%
G=22.39%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201372550.140.4600282.210076.86
HexDC89FFE2E0011a644d
Octal334211377165600432144115
Binary11011100100010011111111111101011100010001101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89FF; }

 p { color: rgb(220,137,255); }

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

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

 a { background-color: rgb(220,137,255); }

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

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

 span { border-color: rgb(220,137,255); }

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