#D963EF

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

Shades of Heliotrope #D963EF

Tints of Heliotrope #D963EF

Color information

#D963EF (or 0xD963EF) is unknown color: approx Heliotrope. HEX triplet: D9, 63 and EF. RGB value is (217,99,239). Sum of RGB (Red+Green+Blue) = 217+99+239=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #D963EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D963EF is #269C10. Grayscale: #959595. Windows color (decimal): -2530321 or 15688665. OLE color: 15688665.

HSL color Cylindrical-coordinate representation of color #D963EF: hue angle of 290.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D963EF is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21799239-
CMYK0.090.5900.06
HSL290.57º81.4%66.27%-
HSV(B)290.57º58.58%93.73%-
XYZ48.6629.9184.87-
YUV150.24178.09175.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 99 (39.06% from 255) = 17.84%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=39.10%
G=17.84%
B=43.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal217992390.090.5900.06290.5781.466.27
HexD963EF93B061235142
Octal331143357117306443121102
Binary110110011100011111011111001111011011010010001110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D963EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D963EF; }

 p { color: rgb(217,99,239); }

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

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

 a { background-color: rgb(217,99,239); }

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

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

 span { border-color: rgb(217,99,239); }

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