#D64DF9

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

Shades of Heliotrope #D64DF9

Tints of Heliotrope #D64DF9

Color information

#D64DF9 (or 0xD64DF9) is unknown color: approx Heliotrope. HEX triplet: D6, 4D and F9. RGB value is (214,77,249). Sum of RGB (Red+Green+Blue) = 214+77+249=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #D64DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DF9 is #29B206. Grayscale: #898989. Windows color (decimal): -2732551 or 16338390. OLE color: 16338390.

HSL color Cylindrical-coordinate representation of color #D64DF9: hue angle of 287.79º degrees, saturation: 0.93, 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 #D64DF9 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21477249-
CMYK0.140.6900.02
HSL287.79º93.48%63.92%-
HSV(B)287.79º69.08%97.65%-
XYZ47.4826.4492.22-
YUV137.57190.89182.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 77 (30.47% from 255) = 14.26%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=39.63%
G=14.26%
B=46.11%

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
Decimal214772490.140.6900.02287.7993.4863.92
HexD64DF9E45021205d40
Octal3261153711610502440135100
Binary110101101001101111110011110100010101010010000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DF9; }

 p { color: rgb(214,77,249); }

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

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

 a { background-color: rgb(214,77,249); }

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

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

 span { border-color: rgb(214,77,249); }

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