#DF64F9

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

Shades of Heliotrope #DF64F9

Tints of Heliotrope #DF64F9

Color information

#DF64F9 (or 0xDF64F9) is unknown color: approx Heliotrope. HEX triplet: DF, 64 and F9. RGB value is (223,100,249). Sum of RGB (Red+Green+Blue) = 223+100+249=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 100 (39.45% from 255 or 17.48% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64F9 is #209B06. Grayscale: #999999. Windows color (decimal): -2136839 or 16344287. OLE color: 16344287.

HSL color Cylindrical-coordinate representation of color #DF64F9: hue angle of 289.53º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF64F9 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223100249-
CMYK0.100.6000.02
HSL289.53º92.55%68.43%-
HSV(B)289.53º59.84%97.65%-
XYZ52.0931.6492.98-
YUV153.76181.75177.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 100 (39.45% from 255) = 17.48%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=38.99%
G=17.48%
B=43.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231002490.100.6000.02289.5392.5568.43
HexDF64F9A3C021225d44
Octal337144371127402442135104
Binary11011111110010011111001101011110001010010001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64F9; }

 p { color: rgb(223,100,249); }

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

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

 a { background-color: rgb(223,100,249); }

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

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

 span { border-color: rgb(223,100,249); }

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