#D161FA

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

Shades of Heliotrope #D161FA

Tints of Heliotrope #D161FA

Color information

#D161FA (or 0xD161FA) is unknown color: approx Heliotrope. HEX triplet: D1, 61 and FA. RGB value is (209,97,250). Sum of RGB (Red+Green+Blue) = 209+97+250=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D161FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161FA is #2E9E05. Grayscale: #939393. Windows color (decimal): -3055110 or 16409041. OLE color: 16409041.

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

Color convert

RGB20997250-
CMYK0.160.6100.02
HSL283.92º93.87%68.04%-
HSV(B)283.92º61.2%98.04%-
XYZ47.8229.0193.52-
YUV147.93185.61171.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 97 (38.28% from 255) = 17.45%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=37.59%
G=17.45%
B=44.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209972500.160.6100.02283.9293.8768.04
HexD161FA103D0211c5e44
Octal321141372207502434136104
Binary110100011100001111110101000011110101010001110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161FA; }

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

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

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

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

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

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

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

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