#D163FA

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

Shades of Heliotrope #D163FA

Tints of Heliotrope #D163FA

Color information

#D163FA (or 0xD163FA) is unknown color: approx Heliotrope. HEX triplet: D1, 63 and FA. RGB value is (209,99,250). Sum of RGB (Red+Green+Blue) = 209+99+250=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D163FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D163FA is #2E9C05. Grayscale: #949494. Windows color (decimal): -3054598 or 16409553. OLE color: 16409553.

HSL color Cylindrical-coordinate representation of color #D163FA: hue angle of 283.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D163FA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20999250-
CMYK0.160.6000.02
HSL283.71º93.79%68.43%-
HSV(B)283.71º60.4%98.04%-
XYZ48.0129.3893.58-
YUV149.1184.94170.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 99 (39.06% from 255) = 17.74%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=37.46%
G=17.74%
B=44.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209992500.160.6000.02283.7193.7968.43
HexD163FA103C0211c5e44
Octal321143372207402434136104
Binary110100011100011111110101000011110001010001110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163FA; }

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

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

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

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

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

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

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

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