#DC89F2

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

Shades of Heliotrope #DC89F2

Tints of Heliotrope #DC89F2

Color information

#DC89F2 (or 0xDC89F2) is unknown color: approx Heliotrope. HEX triplet: DC, 89 and F2. RGB value is (220,137,242). Sum of RGB (Red+Green+Blue) = 220+137+242=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC89F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89F2 is #23760D. Grayscale: #ADADAD. Windows color (decimal): -2323982 or 15895004. OLE color: 15895004.

HSL color Cylindrical-coordinate representation of color #DC89F2: hue angle of 287.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC89F2 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220137242-
CMYK0.090.4300.05
HSL287.43º80.15%74.31%-
HSV(B)287.43º43.39%94.9%-
XYZ54.4939.5288.76-
YUV173.79166.5160.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 137 (53.91% from 255) = 22.87%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=36.73%
G=22.87%
B=40.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201372420.090.4300.05287.4380.1574.31
HexDC89F292B0511f504a
Octal334211362115305437120112
Binary1101110010001001111100101001101011010110001111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89F2; }

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

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

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

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

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

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

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

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