#D486F2

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

Shades of Heliotrope #D486F2

Tints of Heliotrope #D486F2

Color information

#D486F2 (or 0xD486F2) is unknown color: approx Heliotrope. HEX triplet: D4, 86 and F2. RGB value is (212,134,242). Sum of RGB (Red+Green+Blue) = 212+134+242=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #D486F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486F2 is #2B790D. Grayscale: #A9A9A9. Windows color (decimal): -2849038 or 15894228. OLE color: 15894228.

HSL color Cylindrical-coordinate representation of color #D486F2: hue angle of 283.33º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D486F2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212134242-
CMYK0.120.4500.05
HSL283.33º80.6%73.73%-
HSV(B)283.33º44.63%94.9%-
XYZ51.737.4688.51-
YUV169.63168.84158.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 134 (52.73% from 255) = 22.79%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=36.05%
G=22.79%
B=41.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121342420.120.4500.05283.3380.673.73
HexD486F2C2D0511b514a
Octal324206362145505433121112
Binary1101010010000110111100101100101101010110001101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486F2; }

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

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

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

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

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

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

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

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