#D170FA

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

Shades of Heliotrope #D170FA

Tints of Heliotrope #D170FA

Color information

#D170FA (or 0xD170FA) is unknown color: approx Heliotrope. HEX triplet: D1, 70 and FA. RGB value is (209,112,250). Sum of RGB (Red+Green+Blue) = 209+112+250=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #D170FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170FA is #2E8F05. Grayscale: #9C9C9C. Windows color (decimal): -3051270 or 16412881. OLE color: 16412881.

HSL color Cylindrical-coordinate representation of color #D170FA: hue angle of 282.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D170FA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209112250-
CMYK0.160.5500.02
HSL282.17º93.24%70.98%-
HSV(B)282.17º55.2%98.04%-
XYZ49.3432.0594.03-
YUV156.74180.64165.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.60%
GREEN value IS 112 (44.14% from 255) = 19.61%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=36.60%
G=19.61%
B=43.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091122500.160.5500.02282.1793.2470.98
HexD170FA10370211a5d47
Octal321160372206702432135107
Binary110100011110000111110101000011011101010001101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170FA; }

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

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

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

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

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

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

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

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