#D64EFD

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

Shades of Heliotrope #D64EFD

Tints of Heliotrope #D64EFD

Color information

#D64EFD (or 0xD64EFD) is unknown color: approx Heliotrope. HEX triplet: D6, 4E and FD. RGB value is (214,78,253). Sum of RGB (Red+Green+Blue) = 214+78+253=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 78 (30.86% from 255 or 14.31% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #D64EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EFD is #29B102. Grayscale: #8A8A8A. Windows color (decimal): -2732291 or 16600790. OLE color: 16600790.

HSL color Cylindrical-coordinate representation of color #D64EFD: hue angle of 286.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64EFD is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21478253-
CMYK0.150.6900.01
HSL286.63º97.77%64.9%-
HSV(B)286.63º69.17%99.22%-
XYZ48.1926.8495.57-
YUV138.61192.56181.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 78 (30.86% from 255) = 14.31%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=39.27%
G=14.31%
B=46.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal214782530.150.6900.01286.6397.7764.9
HexD64EFDF450111f6241
Octal3261163751710501437142101
Binary11010110100111011111101111110001010110001111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64EFD; }

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

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

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

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

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

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

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

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