#d161f6

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

Shades of Heliotrope #D161F6

Tints of Heliotrope #D161F6

Color information

#D161F6 (or 0xD161F6) is unknown color: approx Heliotrope. HEX triplet: D1, 61 and F6. RGB value is (209,97,246). Sum of RGB (Red+Green+Blue) = 209+97+246=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #D161F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161F6 is #2E9E09. Grayscale: #929292. Windows color (decimal): -3055114 or 16146897. OLE color: 16146897.

HSL color Cylindrical-coordinate representation of color #D161F6: hue angle of 285.1º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D161F6 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20997246-
CMYK0.150.6100.04
HSL285.1º89.22%67.25%-
HSV(B)285.1º60.57%96.47%-
XYZ47.228.7690.25-
YUV147.47183.61171.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 97 (38.28% from 255) = 17.57%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=37.86%
G=17.57%
B=44.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209972460.150.6100.04285.189.2267.25
HexD161F6F3D0411d5943
Octal321141366177504435131103
Binary110100011100001111101101111111101010010001110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d161f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d161f6; }

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

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

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

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

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

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

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

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