#D170F0

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

Shades of Heliotrope #D170F0

Tints of Heliotrope #D170F0

Color information

#D170F0 (or 0xD170F0) is unknown color: approx Heliotrope. HEX triplet: D1, 70 and F0. RGB value is (209,112,240). Sum of RGB (Red+Green+Blue) = 209+112+240=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #D170F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170F0 is #2E8F0F. Grayscale: #9B9B9B. Windows color (decimal): -3051280 or 15757521. OLE color: 15757521.

HSL color Cylindrical-coordinate representation of color #D170F0: hue angle of 285.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D170F0 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209112240-
CMYK0.130.5300.06
HSL285.47º81.01%69.02%-
HSV(B)285.47º53.33%94.12%-
XYZ47.8231.4385.99-
YUV155.6175.64166.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 112 (44.14% from 255) = 19.96%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=37.25%
G=19.96%
B=42.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091122400.130.5300.06285.4781.0169.02
HexD170F0D350611d5145
Octal321160360156506435121105
Binary110100011110000111100001101110101011010001110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170F0; }

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

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

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

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

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

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

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

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