#DF66FA

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

Shades of Heliotrope #DF66FA

Tints of Heliotrope #DF66FA

Color information

#DF66FA (or 0xDF66FA) is unknown color: approx Heliotrope. HEX triplet: DF, 66 and FA. RGB value is (223,102,250). Sum of RGB (Red+Green+Blue) = 223+102+250=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66FA is #209905. Grayscale: #9A9A9A. Windows color (decimal): -2136326 or 16410335. OLE color: 16410335.

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

Color convert

RGB223102250-
CMYK0.110.5900.02
HSL289.05º93.67%69.02%-
HSV(B)289.05º59.2%98.04%-
XYZ52.4432.0993.87-
YUV155.05181.59176.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 102 (40.23% from 255) = 17.74%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=38.78%
G=17.74%
B=43.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231022500.110.5900.02289.0593.6769.02
HexDF66FAB3B021215e45
Octal337146372137302441136105
Binary11011111110011011111010101111101101010010000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF66FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF66FA; }

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

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

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

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

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

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

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

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