#D95EF6

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

Shades of Heliotrope #D95EF6

Tints of Heliotrope #D95EF6

Color information

#D95EF6 (or 0xD95EF6) is unknown color: approx Heliotrope. HEX triplet: D9, 5E and F6. RGB value is (217,94,246). Sum of RGB (Red+Green+Blue) = 217+94+246=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #D95EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95EF6 is #26A109. Grayscale: #939393. Windows color (decimal): -2531594 or 16146137. OLE color: 16146137.

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

Color convert

RGB21794246-
CMYK0.120.6200.04
HSL288.55º89.41%66.67%-
HSV(B)288.55º61.79%96.47%-
XYZ49.2529.4190.27-
YUV148.1183.25177.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 94 (37.11% from 255) = 16.88%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=38.96%
G=16.88%
B=44.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217942460.120.6200.04288.5589.4166.67
HexD95EF6C3E041215943
Octal331136366147604441131103
Binary110110011011110111101101100111110010010010000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EF6; }

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

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

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

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

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

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

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

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