#D96EF1

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

Shades of Heliotrope #D96EF1

Tints of Heliotrope #D96EF1

Color information

#D96EF1 (or 0xD96EF1) is unknown color: approx Heliotrope. HEX triplet: D9, 6E and F1. RGB value is (217,110,241). Sum of RGB (Red+Green+Blue) = 217+110+241=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #D96EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EF1 is #26910E. Grayscale: #9C9C9C. Windows color (decimal): -2527503 or 15822553. OLE color: 15822553.

HSL color Cylindrical-coordinate representation of color #D96EF1: hue angle of 289.01º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96EF1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217110241-
CMYK0.100.5400.05
HSL289.01º82.39%68.82%-
HSV(B)289.01º54.36%94.51%-
XYZ50.0732.2586.81-
YUV156.93175.45170.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 110 (43.36% from 255) = 19.37%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=38.20%
G=19.37%
B=42.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171102410.100.5400.05289.0182.3968.82
HexD96EF1A36051215245
Octal331156361126605441122105
Binary110110011101110111100011010110110010110010000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96EF1; }

 p { color: rgb(217,110,241); }

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

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

 a { background-color: rgb(217,110,241); }

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

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

 span { border-color: rgb(217,110,241); }

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