#DD59F5

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

Shades of Heliotrope #DD59F5

Tints of Heliotrope #DD59F5

Color information

#DD59F5 (or 0xDD59F5) is unknown color: approx Heliotrope. HEX triplet: DD, 59 and F5. RGB value is (221,89,245). Sum of RGB (Red+Green+Blue) = 221+89+245=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD59F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59F5 is #22A60A. Grayscale: #919191. Windows color (decimal): -2270731 or 16079325. OLE color: 16079325.

HSL color Cylindrical-coordinate representation of color #DD59F5: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD59F5 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22189245-
CMYK0.100.6400.04
HSL290.77º88.64%65.49%-
HSV(B)290.77º63.67%96.08%-
XYZ49.8729.1189.38-
YUV146.25183.73181.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 89 (35.16% from 255) = 16.04%
BLUE value IS 245 (96.09% from 255) = 44.14%
R=39.82%
G=16.04%
B=44.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221892450.100.6400.04290.7788.6465.49
HexDD59F5A40041235941
Octal3351313651210004443131101
Binary1101110110110011111010110101000000010010010001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD59F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD59F5; }

 p { color: rgb(221,89,245); }

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

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

 a { background-color: rgb(221,89,245); }

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

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

 span { border-color: rgb(221,89,245); }

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