#D16AFF

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

Shades of Heliotrope #D16AFF

Tints of Heliotrope #D16AFF

Color information

#D16AFF (or 0xD16AFF) is unknown color: approx Heliotrope. HEX triplet: D1, 6A and FF. RGB value is (209,106,255). Sum of RGB (Red+Green+Blue) = 209+106+255=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D16AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AFF is #2E9500. Grayscale: #999999. Windows color (decimal): -3052801 or 16739025. OLE color: 16739025.

HSL color Cylindrical-coordinate representation of color #D16AFF: hue angle of 281.48º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16AFF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB209106255-
CMYK0.180.5800
HSL281.48º100%70.78%-
HSV(B)281.48º58.43%100%-
XYZ49.531.0898-
YUV153.78185.12167.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 106 (41.80% from 255) = 18.60%
BLUE value IS 255 (100% from 255) = 44.74%
R=36.67%
G=18.60%
B=44.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091062550.180.5800281.4810070.78
HexD16AFF123A001196447
Octal321152377227200431144107
Binary11010001110101011111111100101110100010001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16AFF; }

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

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

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

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

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

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

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

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