#D162EF

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

Shades of Heliotrope #D162EF

Tints of Heliotrope #D162EF

Color information

#D162EF (or 0xD162EF) is unknown color: approx Heliotrope. HEX triplet: D1, 62 and EF. RGB value is (209,98,239). Sum of RGB (Red+Green+Blue) = 209+98+239=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D162EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162EF is #2E9D10. Grayscale: #929292. Windows color (decimal): -3054865 or 15688401. OLE color: 15688401.

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

Color convert

RGB20998239-
CMYK0.130.5900.06
HSL287.23º81.5%66.08%-
HSV(B)287.23º59%93.73%-
XYZ46.2428.5284.73-
YUV147.26179.77172.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 98 (38.67% from 255) = 17.95%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=38.28%
G=17.95%
B=43.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209982390.130.5900.06287.2381.566.08
HexD162EFD3B0611f5242
Octal321142357157306437122102
Binary110100011100010111011111101111011011010001111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D162EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D162EF; }

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

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

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

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

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

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

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

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