#DF64FC

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

Shades of Heliotrope #DF64FC

Tints of Heliotrope #DF64FC

Color information

#DF64FC (or 0xDF64FC) is unknown color: approx Heliotrope. HEX triplet: DF, 64 and FC. RGB value is (223,100,252). Sum of RGB (Red+Green+Blue) = 223+100+252=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64FC is #209B03. Grayscale: #999999. Windows color (decimal): -2136836 or 16540895. OLE color: 16540895.

HSL color Cylindrical-coordinate representation of color #DF64FC: hue angle of 288.55º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF64FC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223100252-
CMYK0.120.6000.01
HSL288.55º96.2%69.02%-
HSV(B)288.55º60.32%98.82%-
XYZ52.5631.8395.47-
YUV154.1183.25177.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 100 (39.45% from 255) = 17.39%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=38.78%
G=17.39%
B=43.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231002520.120.6000.01288.5596.269.02
HexDF64FCC3C011216045
Octal337144374147401441140105
Binary1101111111001001111110011001111000110010000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF64FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF64FC; }

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

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

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

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

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

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

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

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