#dc59f7

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

Shades of Heliotrope #DC59F7

Tints of Heliotrope #DC59F7

Color information

#DC59F7 (or 0xDC59F7) is unknown color: approx Heliotrope. HEX triplet: DC, 59 and F7. RGB value is (220,89,247). Sum of RGB (Red+Green+Blue) = 220+89+247=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 89 (35.16% from 255 or 16.01% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC59F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59F7 is #23A608. Grayscale: #919191. Windows color (decimal): -2336265 or 16210396. OLE color: 16210396.

HSL color Cylindrical-coordinate representation of color #DC59F7: hue angle of 289.75º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC59F7 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22089247-
CMYK0.110.6400.03
HSL289.75º90.8%65.88%-
HSV(B)289.75º63.97%96.86%-
XYZ49.8829.0890.98-
YUV146.18184.9180.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 89 (35.16% from 255) = 16.01%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=39.57%
G=16.01%
B=44.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal220892470.110.6400.03289.7590.865.88
HexDC59F7B40031225b42
Octal3341313671310003442133102
Binary110111001011001111101111011100000001110010001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc59f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc59f7; }

 p { color: rgb(220,89,247); }

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

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

 a { background-color: rgb(220,89,247); }

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

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

 span { border-color: rgb(220,89,247); }

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