#D64EF5

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

Shades of Heliotrope #D64EF5

Tints of Heliotrope #D64EF5

Color information

#D64EF5 (or 0xD64EF5) is unknown color: approx Heliotrope. HEX triplet: D6, 4E and F5. RGB value is (214,78,245). Sum of RGB (Red+Green+Blue) = 214+78+245=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #D64EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EF5 is #29B10A. Grayscale: #898989. Windows color (decimal): -2732299 or 16076502. OLE color: 16076502.

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

Color convert

RGB21478245-
CMYK0.130.6800.04
HSL288.86º89.3%63.33%-
HSV(B)288.86º68.16%96.08%-
XYZ46.9426.3489-
YUV137.7188.56182.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 78 (30.86% from 255) = 14.53%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=39.85%
G=14.53%
B=45.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214782450.130.6800.04288.8689.363.33
HexD64EF5D4404121593f
Octal326116365151040444113177
Binary110101101001110111101011101100010001001001000011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64EF5; }

 p { color: rgb(214,78,245); }

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

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

 a { background-color: rgb(214,78,245); }

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

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

 span { border-color: rgb(214,78,245); }

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