#D16FEF

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

Shades of Heliotrope #D16FEF

Tints of Heliotrope #D16FEF

Color information

#D16FEF (or 0xD16FEF) is unknown color: approx Heliotrope. HEX triplet: D1, 6F and EF. RGB value is (209,111,239). Sum of RGB (Red+Green+Blue) = 209+111+239=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #D16FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FEF is #2E9010. Grayscale: #9A9A9A. Windows color (decimal): -3051537 or 15691729. OLE color: 15691729.

HSL color Cylindrical-coordinate representation of color #D16FEF: hue angle of 285.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16FEF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209111239-
CMYK0.130.5400.06
HSL285.94º80%68.63%-
HSV(B)285.94º53.56%93.73%-
XYZ47.5631.1685.17-
YUV154.89175.47166.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 111 (43.75% from 255) = 19.86%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=37.39%
G=19.86%
B=42.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091112390.130.5400.06285.948068.63
HexD16FEFD360611e5045
Octal321157357156606436120105
Binary110100011101111111011111101110110011010001111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16FEF; }

 p { color: rgb(209,111,239); }

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

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

 a { background-color: rgb(209,111,239); }

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

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

 span { border-color: rgb(209,111,239); }

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