#D162F3

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

Shades of Heliotrope #D162F3

Tints of Heliotrope #D162F3

Color information

#D162F3 (or 0xD162F3) is unknown color: approx Heliotrope. HEX triplet: D1, 62 and F3. RGB value is (209,98,243). Sum of RGB (Red+Green+Blue) = 209+98+243=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #D162F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162F3 is #2E9D0C. Grayscale: #939393. Windows color (decimal): -3054861 or 15950545. OLE color: 15950545.

HSL color Cylindrical-coordinate representation of color #D162F3: hue angle of 285.93º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D162F3 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20998243-
CMYK0.140.6000.05
HSL285.93º85.8%66.86%-
HSV(B)285.93º59.67%95.29%-
XYZ46.8428.7687.88-
YUV147.72181.77171.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 98 (38.67% from 255) = 17.82%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=38%
G=17.82%
B=44.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209982430.140.6000.05285.9385.866.86
HexD162F3E3C0511e5643
Octal321142363167405436126103
Binary110100011100010111100111110111100010110001111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D162F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D162F3; }

 p { color: rgb(209,98,243); }

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

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

 a { background-color: rgb(209,98,243); }

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

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

 span { border-color: rgb(209,98,243); }

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