#D991FD

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

Shades of Heliotrope #D991FD

Tints of Heliotrope #D991FD

Color information

#D991FD (or 0xD991FD) is unknown color: approx Heliotrope. HEX triplet: D9, 91 and FD. RGB value is (217,145,253). Sum of RGB (Red+Green+Blue) = 217+145+253=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #D991FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991FD is #266E02. Grayscale: #B2B2B2. Windows color (decimal): -2518531 or 16617945. OLE color: 16617945.

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

Color convert

RGB217145253-
CMYK0.140.4300.01
HSL280º96.43%78.04%-
HSV(B)280º42.69%99.22%-
XYZ56.4742.0998.08-
YUV178.84169.85155.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.28%
GREEN value IS 145 (57.03% from 255) = 23.58%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=35.28%
G=23.58%
B=41.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171452530.140.4300.0128096.4378.04
HexD991FDE2B01118604e
Octal331221375165301430140116
Binary11011001100100011111110111101010110110001100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991FD; }

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

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

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

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

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

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

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

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