#D96DFA

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

Shades of Heliotrope #D96DFA

Tints of Heliotrope #D96DFA

Color information

#D96DFA (or 0xD96DFA) is unknown color: approx Heliotrope. HEX triplet: D9, 6D and FA. RGB value is (217,109,250). Sum of RGB (Red+Green+Blue) = 217+109+250=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #D96DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DFA is #269205. Grayscale: #9C9C9C. Windows color (decimal): -2527750 or 16412121. OLE color: 16412121.

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

Color convert

RGB217109250-
CMYK0.130.5600.02
HSL285.96º93.38%70.39%-
HSV(B)285.96º56.4%98.04%-
XYZ51.3432.5994.03-
YUV157.37180.28170.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 109 (42.97% from 255) = 18.92%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=37.67%
G=18.92%
B=43.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171092500.130.5600.02285.9693.3870.39
HexD96DFAD380211e5d46
Octal331155372157002436135106
Binary11011001110110111111010110111100001010001111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DFA; }

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

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

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

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

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

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

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

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