#D864EE

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

Shades of Heliotrope #D864EE

Tints of Heliotrope #D864EE

Color information

#D864EE (or 0xD864EE) is unknown color: approx Heliotrope. HEX triplet: D8, 64 and EE. RGB value is (216,100,238). Sum of RGB (Red+Green+Blue) = 216+100+238=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #D864EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864EE is #279B11. Grayscale: #959595. Windows color (decimal): -2595602 or 15623384. OLE color: 15623384.

HSL color Cylindrical-coordinate representation of color #D864EE: hue angle of 290.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D864EE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216100238-
CMYK0.090.5800.07
HSL290.43º80.23%66.27%-
HSV(B)290.43º57.98%93.33%-
XYZ48.3129.8984.11-
YUV150.42177.43174.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 100 (39.45% from 255) = 18.05%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=38.99%
G=18.05%
B=42.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161002380.090.5800.07290.4380.2366.27
HexD864EE93A071225042
Octal330144356117207442120102
Binary110110001100100111011101001111010011110010001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D864EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D864EE; }

 p { color: rgb(216,100,238); }

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

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

 a { background-color: rgb(216,100,238); }

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

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

 span { border-color: rgb(216,100,238); }

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