#D988FA

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

Shades of Heliotrope #D988FA

Tints of Heliotrope #D988FA

Color information

#D988FA (or 0xD988FA) is unknown color: approx Heliotrope. HEX triplet: D9, 88 and FA. RGB value is (217,136,250). Sum of RGB (Red+Green+Blue) = 217+136+250=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #D988FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988FA is #267705. Grayscale: #ACACAC. Windows color (decimal): -2520838 or 16419033. OLE color: 16419033.

HSL color Cylindrical-coordinate representation of color #D988FA: hue angle of 282.63º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D988FA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217136250-
CMYK0.130.4600.02
HSL282.63º91.94%75.69%-
HSV(B)282.63º45.6%98.04%-
XYZ54.6739.2695.14-
YUV173.21171.34159.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 136 (53.52% from 255) = 22.55%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=35.99%
G=22.55%
B=41.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171362500.130.4600.02282.6391.9475.69
HexD988FAD2E0211b5c4c
Octal331210372155602433134114
Binary110110011000100011111010110110111001010001101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988FA; }

 p { color: rgb(217,136,250); }

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

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

 a { background-color: rgb(217,136,250); }

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

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

 span { border-color: rgb(217,136,250); }

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