#D55EF0

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

Shades of Heliotrope #D55EF0

Tints of Heliotrope #D55EF0

Color information

#D55EF0 (or 0xD55EF0) is unknown color: approx Heliotrope. HEX triplet: D5, 5E and F0. RGB value is (213,94,240). Sum of RGB (Red+Green+Blue) = 213+94+240=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #D55EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EF0 is #2AA10F. Grayscale: #919191. Windows color (decimal): -2793744 or 15752917. OLE color: 15752917.

HSL color Cylindrical-coordinate representation of color #D55EF0: hue angle of 288.9º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55EF0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21394240-
CMYK0.110.6100.06
HSL288.9º82.95%65.49%-
HSV(B)288.9º60.83%94.12%-
XYZ47.1728.4485.44-
YUV146.22180.92175.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 94 (37.11% from 255) = 17.18%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=38.94%
G=17.18%
B=43.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213942400.110.6100.06288.982.9565.49
HexD55EF0B3D061215341
Octal325136360137506441123101
Binary110101011011110111100001011111101011010010000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EF0; }

 p { color: rgb(213,94,240); }

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

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

 a { background-color: rgb(213,94,240); }

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

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

 span { border-color: rgb(213,94,240); }

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