#D161F2

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

Shades of Heliotrope #D161F2

Tints of Heliotrope #D161F2

Color information

#D161F2 (or 0xD161F2) is unknown color: approx Heliotrope. HEX triplet: D1, 61 and F2. RGB value is (209,97,242). Sum of RGB (Red+Green+Blue) = 209+97+242=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #D161F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161F2 is #2E9E0D. Grayscale: #929292. Windows color (decimal): -3055118 or 15884753. OLE color: 15884753.

HSL color Cylindrical-coordinate representation of color #D161F2: hue angle of 286.34º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D161F2 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20997242-
CMYK0.140.6000.05
HSL286.34º84.8%66.47%-
HSV(B)286.34º59.92%94.9%-
XYZ46.628.5287.05-
YUV147.02181.61172.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 17.70%
BLUE value IS 242 (94.92% from 255) = 44.16%
R=38.14%
G=17.70%
B=44.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209972420.140.6000.05286.3484.866.47
HexD161F2E3C0511e5542
Octal321141362167405436125102
Binary110100011100001111100101110111100010110001111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161F2; }

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

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

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

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

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

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

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

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