#D96FF0

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

Shades of Heliotrope #D96FF0

Tints of Heliotrope #D96FF0

Color information

#D96FF0 (or 0xD96FF0) is unknown color: approx Heliotrope. HEX triplet: D9, 6F and F0. RGB value is (217,111,240). Sum of RGB (Red+Green+Blue) = 217+111+240=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #D96FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FF0 is #26900F. Grayscale: #9C9C9C. Windows color (decimal): -2527248 or 15757273. OLE color: 15757273.

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

Color convert

RGB217111240-
CMYK0.100.5400.06
HSL289.3º81.13%68.82%-
HSV(B)289.3º53.75%94.12%-
XYZ50.0332.4186.06-
YUV157.4174.62170.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 111 (43.75% from 255) = 19.54%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=38.20%
G=19.54%
B=42.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171112400.100.5400.06289.381.1368.82
HexD96FF0A36061215145
Octal331157360126606441121105
Binary110110011101111111100001010110110011010010000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FF0; }

 p { color: rgb(217,111,240); }

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

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

 a { background-color: rgb(217,111,240); }

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

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

 span { border-color: rgb(217,111,240); }

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