#D486F6

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

Shades of Heliotrope #D486F6

Tints of Heliotrope #D486F6

Color information

#D486F6 (or 0xD486F6) is unknown color: approx Heliotrope. HEX triplet: D4, 86 and F6. RGB value is (212,134,246). Sum of RGB (Red+Green+Blue) = 212+134+246=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #D486F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486F6 is #2B7909. Grayscale: #A9A9A9. Windows color (decimal): -2849034 or 16156372. OLE color: 16156372.

HSL color Cylindrical-coordinate representation of color #D486F6: hue angle of 281.79º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D486F6 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212134246-
CMYK0.140.4600.04
HSL281.79º86.15%74.51%-
HSV(B)281.79º45.53%96.47%-
XYZ52.3137.791.71-
YUV170.09170.84157.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 134 (52.73% from 255) = 22.64%
BLUE value IS 246 (96.48% from 255) = 41.55%
R=35.81%
G=22.64%
B=41.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121342460.140.4600.04281.7986.1574.51
HexD486F6E2E0411a564b
Octal324206366165604432126113
Binary1101010010000110111101101110101110010010001101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486F6; }

 p { color: rgb(212,134,246); }

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

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

 a { background-color: rgb(212,134,246); }

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

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

 span { border-color: rgb(212,134,246); }

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