#D991FA

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

Shades of Heliotrope #D991FA

Tints of Heliotrope #D991FA

Color information

#D991FA (or 0xD991FA) is unknown color: approx Heliotrope. HEX triplet: D9, 91 and FA. RGB value is (217,145,250). Sum of RGB (Red+Green+Blue) = 217+145+250=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D991FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991FA is #266E05. Grayscale: #B2B2B2. Windows color (decimal): -2518534 or 16421337. OLE color: 16421337.

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

Color convert

RGB217145250-
CMYK0.130.4200.02
HSL281.14º91.3%77.45%-
HSV(B)281.14º42%98.04%-
XYZ5641.995.58-
YUV178.5168.35155.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 145 (57.03% from 255) = 23.69%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=35.46%
G=23.69%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171452500.130.4200.02281.1491.377.45
HexD991FAD2A021195b4d
Octal331221372155202431133115
Binary110110011001000111111010110110101001010001100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991FA; }

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

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

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

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

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

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

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

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