#d16aef

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

Shades of Heliotrope #D16AEF

Tints of Heliotrope #D16AEF

Color information

#D16AEF (or 0xD16AEF) is unknown color: approx Heliotrope. HEX triplet: D1, 6A and EF. RGB value is (209,106,239). Sum of RGB (Red+Green+Blue) = 209+106+239=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #D16AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AEF is #2E9510. Grayscale: #979797. Windows color (decimal): -3052817 or 15690449. OLE color: 15690449.

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

Color convert

RGB209106239-
CMYK0.130.5600.06
HSL286.47º80.61%67.65%-
HSV(B)286.47º55.65%93.73%-
XYZ47.0330.184.99-
YUV151.96177.12168.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 106 (41.80% from 255) = 19.13%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=37.73%
G=19.13%
B=43.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091062390.130.5600.06286.4780.6167.65
HexD16AEFD380611e5144
Octal321152357157006436121104
Binary110100011101010111011111101111000011010001111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16aef; }

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

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

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

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

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

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

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

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