#D977FA

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

Shades of Heliotrope #D977FA

Tints of Heliotrope #D977FA

Color information

#D977FA (or 0xD977FA) is unknown color: approx Heliotrope. HEX triplet: D9, 77 and FA. RGB value is (217,119,250). Sum of RGB (Red+Green+Blue) = 217+119+250=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #D977FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977FA is #268805. Grayscale: #A2A2A2. Windows color (decimal): -2525190 or 16414681. OLE color: 16414681.

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

Color convert

RGB217119250-
CMYK0.130.5200.02
HSL284.89º92.91%72.35%-
HSV(B)284.89º52.4%98.04%-
XYZ52.4734.8594.4-
YUV163.24176.97166.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 119 (46.88% from 255) = 20.31%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=37.03%
G=20.31%
B=42.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171192500.130.5200.02284.8992.9172.35
HexD977FAD340211d5d48
Octal331167372156402435135110
Binary11011001111011111111010110111010001010001110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977FA; }

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

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

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

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

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

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

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

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