#D170F5

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

Shades of Heliotrope #D170F5

Tints of Heliotrope #D170F5

Color information

#D170F5 (or 0xD170F5) is unknown color: approx Heliotrope. HEX triplet: D1, 70 and F5. RGB value is (209,112,245). Sum of RGB (Red+Green+Blue) = 209+112+245=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #D170F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170F5 is #2E8F0A. Grayscale: #9B9B9B. Windows color (decimal): -3051275 or 16085201. OLE color: 16085201.

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

Color convert

RGB209112245-
CMYK0.150.5400.04
HSL283.76º86.93%70%-
HSV(B)283.76º54.29%96.08%-
XYZ48.5731.7489.95-
YUV156.17178.14165.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 112 (44.14% from 255) = 19.79%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=36.93%
G=19.79%
B=43.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091122450.150.5400.04283.7686.9370
HexD170F5F360411c5746
Octal321160365176604434127106
Binary110100011110000111101011111110110010010001110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170F5; }

 p { color: rgb(209,112,245); }

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

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

 a { background-color: rgb(209,112,245); }

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

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

 span { border-color: rgb(209,112,245); }

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