#D16FF0

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

Shades of Heliotrope #D16FF0

Tints of Heliotrope #D16FF0

Color information

#D16FF0 (or 0xD16FF0) is unknown color: approx Heliotrope. HEX triplet: D1, 6F and F0. RGB value is (209,111,240). Sum of RGB (Red+Green+Blue) = 209+111+240=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #D16FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FF0 is #2E900F. Grayscale: #9A9A9A. Windows color (decimal): -3051536 or 15757265. OLE color: 15757265.

HSL color Cylindrical-coordinate representation of color #D16FF0: hue angle of 285.58º degrees, saturation: 0.81, 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 #D16FF0 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209111240-
CMYK0.130.5400.06
HSL285.58º81.13%68.82%-
HSV(B)285.58º53.75%94.12%-
XYZ47.7131.2285.95-
YUV155.01175.97166.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 111 (43.75% from 255) = 19.82%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=37.32%
G=19.82%
B=42.86%

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
Decimal2091112400.130.5400.06285.5881.1368.82
HexD16FF0D360611e5145
Octal321157360156606436121105
Binary110100011101111111100001101110110011010001111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16FF0; }

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

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

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

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

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

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

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

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