#D55FF0

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

Shades of Heliotrope #D55FF0

Tints of Heliotrope #D55FF0

Color information

#D55FF0 (or 0xD55FF0) is unknown color: approx Heliotrope. HEX triplet: D5, 5F and F0. RGB value is (213,95,240). Sum of RGB (Red+Green+Blue) = 213+95+240=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #D55FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FF0 is #2AA00F. Grayscale: #929292. Windows color (decimal): -2793488 or 15753173. OLE color: 15753173.

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

Color convert

RGB21395240-
CMYK0.110.6000.06
HSL288.83º82.86%65.69%-
HSV(B)288.83º60.42%94.12%-
XYZ47.2628.6285.47-
YUV146.81180.59175.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 95 (37.5% from 255) = 17.34%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=38.87%
G=17.34%
B=43.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213952400.110.6000.06288.8382.8665.69
HexD55FF0B3C061215342
Octal325137360137406441123102
Binary110101011011111111100001011111100011010010000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FF0; }

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

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

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

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

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

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

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

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