#D985FE

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

Shades of Heliotrope #D985FE

Tints of Heliotrope #D985FE

Color information

#D985FE (or 0xD985FE) is unknown color: approx Heliotrope. HEX triplet: D9, 85 and FE. RGB value is (217,133,254). Sum of RGB (Red+Green+Blue) = 217+133+254=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #D985FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FE is #267A01. Grayscale: #ABABAB. Windows color (decimal): -2521602 or 16680409. OLE color: 16680409.

HSL color Cylindrical-coordinate representation of color #D985FE: hue angle of 281.65º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D985FE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217133254-
CMYK0.150.4800.00
HSL281.65º98.37%75.88%-
HSV(B)281.65º47.64%99.61%-
XYZ54.8938.6898.34-
YUV171.91174.33160.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 133 (52.34% from 255) = 22.02%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=35.93%
G=22.02%
B=42.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171332540.150.4800.00281.6598.3775.88
HexD985FEF300011a624c
Octal331205376176000432142114
Binary11011001100001011111111011111100000010001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985FE; }

 p { color: rgb(217,133,254); }

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

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

 a { background-color: rgb(217,133,254); }

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

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

 span { border-color: rgb(217,133,254); }

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