#D986FC

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

Shades of Heliotrope #D986FC

Tints of Heliotrope #D986FC

Color information

#D986FC (or 0xD986FC) is unknown color: approx Heliotrope. HEX triplet: D9, 86 and FC. RGB value is (217,134,252). Sum of RGB (Red+Green+Blue) = 217+134+252=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #D986FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986FC is #267903. Grayscale: #ABABAB. Windows color (decimal): -2521348 or 16549593. OLE color: 16549593.

HSL color Cylindrical-coordinate representation of color #D986FC: hue angle of 282.2º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D986FC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217134252-
CMYK0.140.4700.01
HSL282.2º95.16%75.69%-
HSV(B)282.2º46.83%98.82%-
XYZ54.7138.8396.71-
YUV172.27173159.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=35.99%
G=22.22%
B=41.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171342520.140.4700.01282.295.1675.69
HexD986FCE2F0111a5f4c
Octal331206374165701432137114
Binary11011001100001101111110011101011110110001101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986FC; }

 p { color: rgb(217,134,252); }

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

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

 a { background-color: rgb(217,134,252); }

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

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

 span { border-color: rgb(217,134,252); }

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