#D170F2

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

Shades of Heliotrope #D170F2

Tints of Heliotrope #D170F2

Color information

#D170F2 (or 0xD170F2) is unknown color: approx Heliotrope. HEX triplet: D1, 70 and F2. RGB value is (209,112,242). Sum of RGB (Red+Green+Blue) = 209+112+242=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #D170F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170F2 is #2E8F0D. Grayscale: #9B9B9B. Windows color (decimal): -3051278 or 15888593. OLE color: 15888593.

HSL color Cylindrical-coordinate representation of color #D170F2: hue angle of 284.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D170F2 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209112242-
CMYK0.140.5400.05
HSL284.77º83.33%69.41%-
HSV(B)284.77º53.72%94.9%-
XYZ48.1231.5587.56-
YUV155.82176.64165.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 112 (44.14% from 255) = 19.89%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=37.12%
G=19.89%
B=42.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091122420.140.5400.05284.7783.3369.41
HexD170F2E360511d5345
Octal321160362166605435123105
Binary110100011110000111100101110110110010110001110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170F2; }

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

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

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

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

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

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

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

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