#D486F1

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

Shades of Heliotrope #D486F1

Tints of Heliotrope #D486F1

Color information

#D486F1 (or 0xD486F1) is unknown color: approx Heliotrope. HEX triplet: D4, 86 and F1. RGB value is (212,134,241). Sum of RGB (Red+Green+Blue) = 212+134+241=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D486F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486F1 is #2B790E. Grayscale: #A9A9A9. Windows color (decimal): -2849039 or 15828692. OLE color: 15828692.

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

Color convert

RGB212134241-
CMYK0.120.4400.05
HSL283.74º79.26%73.53%-
HSV(B)283.74º44.4%94.51%-
XYZ51.5537.487.72-
YUV169.52168.34158.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=36.12%
G=22.83%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121342410.120.4400.05283.7479.2673.53
HexD486F1C2C0511c4f4a
Octal324206361145405434117112
Binary1101010010000110111100011100101100010110001110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486F1; }

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

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

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

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

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

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

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

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