#D16DFA

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

Shades of Heliotrope #D16DFA

Tints of Heliotrope #D16DFA

Color information

#D16DFA (or 0xD16DFA) is unknown color: approx Heliotrope. HEX triplet: D1, 6D and FA. RGB value is (209,109,250). Sum of RGB (Red+Green+Blue) = 209+109+250=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #D16DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16DFA is #2E9205. Grayscale: #9A9A9A. Windows color (decimal): -3052038 or 16412113. OLE color: 16412113.

HSL color Cylindrical-coordinate representation of color #D16DFA: hue angle of 282.55º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16DFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209109250-
CMYK0.160.5600.02
HSL282.55º93.38%70.39%-
HSV(B)282.55º56.4%98.04%-
XYZ49.0231.3993.92-
YUV154.97181.63166.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 109 (42.97% from 255) = 19.19%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=36.80%
G=19.19%
B=44.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091092500.160.5600.02282.5593.3870.39
HexD16DFA10380211b5d46
Octal321155372207002433135106
Binary110100011101101111110101000011100001010001101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DFA; }

 p { color: rgb(209,109,250); }

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

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

 a { background-color: rgb(209,109,250); }

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

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

 span { border-color: rgb(209,109,250); }

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