#DF8DFA

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

Shades of Heliotrope #DF8DFA

Tints of Heliotrope #DF8DFA

Color information

#DF8DFA (or 0xDF8DFA) is unknown color: approx Heliotrope. HEX triplet: DF, 8D and FA. RGB value is (223,141,250). Sum of RGB (Red+Green+Blue) = 223+141+250=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8DFA is #207205. Grayscale: #B1B1B1. Windows color (decimal): -2126342 or 16420319. OLE color: 16420319.

HSL color Cylindrical-coordinate representation of color #DF8DFA: hue angle of 285.14º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF8DFA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223141250-
CMYK0.110.4400.02
HSL285.14º91.6%76.67%-
HSV(B)285.14º43.6%98.04%-
XYZ57.2141.6495.46-
YUV177.94168.67160.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=36.32%
G=22.96%
B=40.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231412500.110.4400.02285.1491.676.67
HexDF8DFAB2C0211d5c4d
Octal337215372135402435134115
Binary110111111000110111111010101110110001010001110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8DFA; }

 p { color: rgb(223,141,250); }

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

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

 a { background-color: rgb(223,141,250); }

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

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

 span { border-color: rgb(223,141,250); }

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