#D165F3

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

Shades of Heliotrope #D165F3

Tints of Heliotrope #D165F3

Color information

#D165F3 (or 0xD165F3) is unknown color: approx Heliotrope. HEX triplet: D1, 65 and F3. RGB value is (209,101,243). Sum of RGB (Red+Green+Blue) = 209+101+243=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #D165F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165F3 is #2E9A0C. Grayscale: #959595. Windows color (decimal): -3054093 or 15951313. OLE color: 15951313.

HSL color Cylindrical-coordinate representation of color #D165F3: hue angle of 285.63º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D165F3 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209101243-
CMYK0.140.5800.05
HSL285.63º85.54%67.45%-
HSV(B)285.63º58.44%95.29%-
XYZ47.1329.3387.97-
YUV149.48180.78170.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 101 (39.84% from 255) = 18.26%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=37.79%
G=18.26%
B=43.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091012430.140.5800.05285.6385.5467.45
HexD165F3E3A0511e5643
Octal321145363167205436126103
Binary110100011100101111100111110111010010110001111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165F3; }

 p { color: rgb(209,101,243); }

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

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

 a { background-color: rgb(209,101,243); }

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

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

 span { border-color: rgb(209,101,243); }

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