#D991FE

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

Shades of Heliotrope #D991FE

Tints of Heliotrope #D991FE

Color information

#D991FE (or 0xD991FE) is unknown color: approx Heliotrope. HEX triplet: D9, 91 and FE. RGB value is (217,145,254). Sum of RGB (Red+Green+Blue) = 217+145+254=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D991FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991FE is #266E01. Grayscale: #B2B2B2. Windows color (decimal): -2518530 or 16683481. OLE color: 16683481.

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

Color convert

RGB217145254-
CMYK0.150.4300.00
HSL279.63º98.2%78.24%-
HSV(B)279.63º42.91%99.61%-
XYZ56.6342.1698.92-
YUV178.95170.35155.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=35.23%
G=23.54%
B=41.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171452540.150.4300.00279.6398.278.24
HexD991FEF2B00118624e
Octal331221376175300430142116
Binary11011001100100011111111011111010110010001100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991FE; }

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

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

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

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

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

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

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

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