#D988F1

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

Shades of Heliotrope #D988F1

Tints of Heliotrope #D988F1

Color information

#D988F1 (or 0xD988F1) is unknown color: approx Heliotrope. HEX triplet: D9, 88 and F1. RGB value is (217,136,241). Sum of RGB (Red+Green+Blue) = 217+136+241=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #D988F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988F1 is #26770E. Grayscale: #ABABAB. Windows color (decimal): -2520847 or 15829209. OLE color: 15829209.

HSL color Cylindrical-coordinate representation of color #D988F1: hue angle of 286.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D988F1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217136241-
CMYK0.100.4400.05
HSL286.29º78.95%73.92%-
HSV(B)286.29º43.57%94.51%-
XYZ53.338.7187.88-
YUV172.19166.84159.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=36.53%
G=22.90%
B=40.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171362410.100.4400.05286.2978.9573.92
HexD988F1A2C0511e4f4a
Octal331210361125405436117112
Binary1101100110001000111100011010101100010110001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988F1; }

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

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

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

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

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

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

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

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