#D988FD

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

Shades of Heliotrope #D988FD

Tints of Heliotrope #D988FD

Color information

#D988FD (or 0xD988FD) is unknown color: approx Heliotrope. HEX triplet: D9, 88 and FD. RGB value is (217,136,253). Sum of RGB (Red+Green+Blue) = 217+136+253=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D988FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988FD is #267702. Grayscale: #ADADAD. Windows color (decimal): -2520835 or 16615641. OLE color: 16615641.

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

Color convert

RGB217136253-
CMYK0.140.4600.01
HSL281.54º96.69%76.27%-
HSV(B)281.54º46.25%99.22%-
XYZ55.1539.4597.64-
YUV173.56172.84158.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 136 (53.52% from 255) = 22.44%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=35.81%
G=22.44%
B=41.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171362530.140.4600.01281.5496.6976.27
HexD988FDE2E0111a614c
Octal331210375165601432141114
Binary11011001100010001111110111101011100110001101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988FD; }

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

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

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

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

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

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

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

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