#D166FF

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

Shades of Heliotrope #D166FF

Tints of Heliotrope #D166FF

Color information

#D166FF (or 0xD166FF) is unknown color: approx Heliotrope. HEX triplet: D1, 66 and FF. RGB value is (209,102,255). Sum of RGB (Red+Green+Blue) = 209+102+255=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D166FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166FF is #2E9900. Grayscale: #969696. Windows color (decimal): -3053825 or 16738001. OLE color: 16738001.

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

Color convert

RGB209102255-
CMYK0.180.600
HSL281.96º100%70%-
HSV(B)281.96º60%100%-
XYZ49.130.2897.86-
YUV151.44186.45169.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 102 (40.23% from 255) = 18.02%
BLUE value IS 255 (100% from 255) = 45.05%
R=36.93%
G=18.02%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091022550.180.600281.9610070
HexD166FF123C0011a6446
Octal321146377227400432144106
Binary11010001110011011111111100101111000010001101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D166FF; }

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

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

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

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

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

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

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

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