#D985FD

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

Shades of Heliotrope #D985FD

Tints of Heliotrope #D985FD

Color information

#D985FD (or 0xD985FD) is unknown color: approx Heliotrope. HEX triplet: D9, 85 and FD. RGB value is (217,133,253). Sum of RGB (Red+Green+Blue) = 217+133+253=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #D985FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FD is #267A02. Grayscale: #ABABAB. Windows color (decimal): -2521603 or 16614873. OLE color: 16614873.

HSL color Cylindrical-coordinate representation of color #D985FD: hue angle of 282º degrees, saturation: 0.97, 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 #D985FD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217133253-
CMYK0.140.4700.01
HSL282º96.77%75.69%-
HSV(B)282º47.43%99.22%-
XYZ54.7338.6297.5-
YUV171.8173.83160.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 133 (52.34% from 255) = 22.06%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=35.99%
G=22.06%
B=41.96%

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
Decimal2171332530.140.4700.0128296.7775.69
HexD985FDE2F0111a614c
Octal331205375165701432141114
Binary11011001100001011111110111101011110110001101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985FD; }

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

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

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

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

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

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

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

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