#d55eff

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

Shades of Heliotrope #D55EFF

Tints of Heliotrope #D55EFF

Color information

#D55EFF (or 0xD55EFF) is unknown color: approx Heliotrope. HEX triplet: D5, 5E and FF. RGB value is (213,94,255). Sum of RGB (Red+Green+Blue) = 213+94+255=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #D55EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EFF is #2AA100. Grayscale: #939393. Windows color (decimal): -2793729 or 16735957. OLE color: 16735957.

HSL color Cylindrical-coordinate representation of color #D55EFF: hue angle of 284.35º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55EFF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21394255-
CMYK0.160.6300
HSL284.35º100%68.43%-
HSV(B)284.35º63.14%100%-
XYZ49.4929.3797.67-
YUV147.94188.42174.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 94 (37.11% from 255) = 16.73%
BLUE value IS 255 (100% from 255) = 45.37%
R=37.90%
G=16.73%
B=45.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213942550.160.6300284.3510068.43
HexD55EFF103F0011c6444
Octal325136377207700434144104
Binary11010101101111011111111100001111110010001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55eff; }

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

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

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

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

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

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

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

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