#D991F6

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

Shades of Heliotrope #D991F6

Tints of Heliotrope #D991F6

Color information

#D991F6 (or 0xD991F6) is unknown color: approx Heliotrope. HEX triplet: D9, 91 and F6. RGB value is (217,145,246). Sum of RGB (Red+Green+Blue) = 217+145+246=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #D991F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991F6 is #266E09. Grayscale: #B1B1B1. Windows color (decimal): -2518538 or 16159193. OLE color: 16159193.

HSL color Cylindrical-coordinate representation of color #D991F6: hue angle of 282.77º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D991F6 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217145246-
CMYK0.120.4100.04
HSL282.77º84.87%76.67%-
HSV(B)282.77º41.06%96.47%-
XYZ55.3841.6692.31-
YUV178.04166.35155.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 246 (96.48% from 255) = 40.46%
R=35.69%
G=23.85%
B=40.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171452460.120.4100.04282.7784.8776.67
HexD991F6C290411b554d
Octal331221366145104433125115
Binary1101100110010001111101101100101001010010001101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991F6; }

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

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

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

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

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

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

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

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