#D160F7

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

Shades of Heliotrope #D160F7

Tints of Heliotrope #D160F7

Color information

#D160F7 (or 0xD160F7) is unknown color: approx Heliotrope. HEX triplet: D1, 60 and F7. RGB value is (209,96,247). Sum of RGB (Red+Green+Blue) = 209+96+247=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #D160F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D160F7 is #2E9F08. Grayscale: #929292. Windows color (decimal): -3055369 or 16212177. OLE color: 16212177.

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

Color convert

RGB20996247-
CMYK0.150.6100.03
HSL284.9º90.42%67.25%-
HSV(B)284.9º61.13%96.86%-
XYZ47.2728.6491.03-
YUV147184.44172.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 96 (37.89% from 255) = 17.39%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=37.86%
G=17.39%
B=44.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209962470.150.6100.03284.990.4267.25
HexD160F7F3D0311d5a43
Octal321140367177503435132103
Binary11010001110000011110111111111110101110001110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160F7; }

 p { color: rgb(209,96,247); }

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

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

 a { background-color: rgb(209,96,247); }

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

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

 span { border-color: rgb(209,96,247); }

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