#D64FFA

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

Shades of Heliotrope #D64FFA

Tints of Heliotrope #D64FFA

Color information

#D64FFA (or 0xD64FFA) is unknown color: approx Heliotrope. HEX triplet: D6, 4F and FA. RGB value is (214,79,250). Sum of RGB (Red+Green+Blue) = 214+79+250=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #D64FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64FFA is #29B005. Grayscale: #8A8A8A. Windows color (decimal): -2732038 or 16404438. OLE color: 16404438.

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

Color convert

RGB21479250-
CMYK0.140.6800.02
HSL287.37º94.48%64.51%-
HSV(B)287.37º68.4%98.04%-
XYZ47.7826.7993.1-
YUV138.86190.73181.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 79 (31.25% from 255) = 14.55%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=39.41%
G=14.55%
B=46.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214792500.140.6800.02287.3794.4864.51
HexD64FFAE440211f5e41
Octal3261173721610402437136101
Binary110101101001111111110101110100010001010001111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64FFA; }

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

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

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

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

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

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

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

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