#D64EFA

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

Shades of Heliotrope #D64EFA

Tints of Heliotrope #D64EFA

Color information

#D64EFA (or 0xD64EFA) is unknown color: approx Heliotrope. HEX triplet: D6, 4E and FA. RGB value is (214,78,250). Sum of RGB (Red+Green+Blue) = 214+78+250=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFA is #29B105. Grayscale: #898989. Windows color (decimal): -2732294 or 16404182. OLE color: 16404182.

HSL color Cylindrical-coordinate representation of color #D64EFA: hue angle of 287.44º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64EFA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21478250-
CMYK0.140.6900.02
HSL287.44º94.51%64.31%-
HSV(B)287.44º68.8%98.04%-
XYZ47.7126.6593.07-
YUV138.27191.06182.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 78 (30.86% from 255) = 14.39%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=39.48%
G=14.39%
B=46.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214782500.140.6900.02287.4494.5164.31
HexD64EFAE450211f5f40
Octal3261163721610502437137100
Binary110101101001110111110101110100010101010001111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64EFA; }

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

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

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

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

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

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

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

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